FreeBSD 3.4 compile fix.

oldstable
Bang Jun-Young 2000-05-03 18:08:27 +00:00 committed by Alexandre Julliard
parent f818d42fae
commit 544f711c0c
1 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,8 @@
#ifndef _WINSOCKAPI_
#define _WINSOCKAPI_
#include <sys/types.h>
/* Solaris kludge */
#undef FSHIFT
#undef PAGESIZE
@ -17,7 +19,6 @@
#undef TRANSPARENT
#include <arpa/inet.h>
#include <sys/types.h>
#include <sys/time.h>
#include <fcntl.h>
#include <netdb.h>