Skip to content
Snippets Groups Projects
Commit 43e4139d authored by Robert Lunnon's avatar Robert Lunnon Committed by Alexandre Julliard
Browse files

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

parent 868a2b04
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment