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

View file

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