commit | 43e4139db2e28c4155ae1026969d43f88d1a92fb | [log] [tgz] |
---|---|---|
author | Robert Lunnon <bobl@optushome.com.au> | Sat May 07 12:14:18 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat May 07 12:14:18 2005 +0000 |
tree | d19ca520820edd08e23e73ba902a913a8ba6e0fa | |
parent | 868a2b04663bd6c81e8eb8bb81a22f02358373cc [diff] |
Include <sys/filio.h> on platforms that support it.
diff --git a/server/mailslot.c b/server/mailslot.c index 4066e57..09000e6 100644 --- a/server/mailslot.c +++ b/server/mailslot.c
@@ -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"