FreeBSD compile fix.

This commit is contained in:
Gerald Pfeifer 2000-04-29 17:14:24 +00:00 committed by Alexandre Julliard
parent 8b9f33851a
commit c951060cde
1 changed files with 1 additions and 1 deletions

View File

@ -14,11 +14,11 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <sys/types.h>
#ifdef HAVE_SYS_SOCKET_H #ifdef HAVE_SYS_SOCKET_H
# include <sys/socket.h> # include <sys/socket.h>
#endif #endif
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h> #include <unistd.h>
#include "windows.h" #include "windows.h"