Commit 43e4139d authored by Robert Lunnon's avatar Robert Lunnon Committed by Alexandre Julliard

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

parent 868a2b04
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment