Add includes for <time.h>.

This commit is contained in:
Chris Morgan 2001-02-15 21:24:07 +00:00 committed by Alexandre Julliard
parent ae70f5c647
commit b9807b405e
3 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#endif
#include <sys/stat.h>
#include <unistd.h>
#include <time.h>
#ifdef HAVE_NETINET_IN_SYSTM_H
# include <netinet/in_systm.h>
#endif

View File

@ -29,6 +29,7 @@
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include <time.h>
#include "internet.h"

View File

@ -1,6 +1,8 @@
#ifndef _WINE_INTERNET_H_
#define _WINE_INTERNET_H_
#include <time.h>
typedef enum
{
WH_HINIT = INTERNET_HANDLE_TYPE_INTERNET,