Fix compilation errors on FreeBSD.

oldstable
Francois Gouget 2001-09-10 23:07:39 +00:00 committed by Alexandre Julliard
parent e0ca651e0e
commit 909bcde294
2 changed files with 1 additions and 6 deletions

View File

@ -21,12 +21,6 @@
#endif
#include <unistd.h>
#include <time.h>
#ifdef HAVE_NETINET_IN_SYSTM_H
# include <netinet/in_systm.h>
#endif
#ifdef HAVE_NETINET_IP_H
# include <netinet/ip.h>
#endif
#include "winbase.h"
#include "wingdi.h"

View File

@ -6,6 +6,7 @@
# include <netdb.h>
#endif
#ifdef HAVE_NETINET_IN_H
# include <sys/types.h>
# include <netinet/in.h>
#endif