Include <sys/filio.h> on platforms that support it.

This commit is contained in:
Robert Lunnon 2005-05-07 12:14:18 +00:00 committed by Alexandre Julliard
parent 868a2b0466
commit 43e4139db2
1 changed files with 3 additions and 1 deletions

View File

@ -39,7 +39,9 @@
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif
#ifdef HAVE_SYS_FILIO_H
#include <sys/filio.h>
#endif
#include "windef.h"
#include "winbase.h"