Fix compilation errors on FreeBSD.
This commit is contained in:
parent
e0ca651e0e
commit
909bcde294
|
@ -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"
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
# include <netdb.h>
|
||||
#endif
|
||||
#ifdef HAVE_NETINET_IN_H
|
||||
# include <sys/types.h>
|
||||
# include <netinet/in.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue