mirror of
https://github.com/reactos/wine.git
synced 2025-01-31 17:23:53 +00:00
Add includes for <time.h>.
This commit is contained in:
parent
ae70f5c647
commit
b9807b405e
@ -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
|
||||
|
@ -29,6 +29,7 @@
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "internet.h"
|
||||
|
||||
|
@ -1,6 +1,8 @@
|
||||
#ifndef _WINE_INTERNET_H_
|
||||
#define _WINE_INTERNET_H_
|
||||
|
||||
#include <time.h>
|
||||
|
||||
typedef enum
|
||||
{
|
||||
WH_HINIT = INTERNET_HANDLE_TYPE_INTERNET,
|
||||
|
Loading…
x
Reference in New Issue
Block a user