From 43e4139db2e28c4155ae1026969d43f88d1a92fb Mon Sep 17 00:00:00 2001
From: Robert Lunnon <bobl@optushome.com.au>
Date: Sat, 7 May 2005 12:14:18 +0000
Subject: [PATCH] Include <sys/filio.h> on platforms that support it.

---
 server/mailslot.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/server/mailslot.c b/server/mailslot.c
index 4066e57e817..09000e64c83 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"
 
-- 
GitLab