r19367: Solaris needs <sys/filio.h> for FIONREAD.
[bbaumbach/samba-autobuild/.git] / source4 / lib / socket_wrapper / socket_wrapper.c
index 3a72c5a74a0ecd0826c2b751110eaaa857f1d98c..36d6801d692ba22247e4173d45ed2fb21c9628b2 100644 (file)
@@ -62,6 +62,7 @@
 #include <sys/stat.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>
+#include <sys/filio.h>
 #include <errno.h>
 #include <sys/un.h>
 #include <netinet/in.h>