Skip to content
Snippets Groups Projects
Commit b9807b40 authored by Chris Morgan's avatar Chris Morgan Committed by Alexandre Julliard
Browse files

Add includes for <time.h>.

parent ae70f5c6
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment