Fixed some issues found by winapi_check.

This commit is contained in:
Patrik Stridvall 2002-11-11 19:55:33 +00:00 committed by Alexandre Julliard
parent 14fa65948b
commit 9cec0a57b0

View file

@ -56,7 +56,9 @@
#ifdef HAVE_SYS_WAIT_H
# include <sys/wait.h>
#endif
#include <sys/uio.h>
#ifdef HAVE_SYS_UIO_H
# include <sys/uio.h>
#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif