Commit b9807b40 authored by Chris Morgan's avatar Chris Morgan Committed by Alexandre Julliard

Add includes for <time.h>.

parent ae70f5c6
......@@ -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"
......
#ifndef _WINE_INTERNET_H_
#define _WINE_INTERNET_H_
#include <time.h>
typedef enum
{
WH_HINIT = INTERNET_HANDLE_TYPE_INTERNET,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment