r19367: Solaris needs <sys/filio.h> for FIONREAD.
authorLove Hörnquist Åstrand <lha@samba.org>
Tue, 17 Oct 2006 09:35:45 +0000 (09:35 +0000)
committerStefan Metzmacher <metze@samba.org>
Tue, 10 Jun 2008 09:36:37 +0000 (11:36 +0200)
(cherry picked from commit e2866ce78851a84c937408c0781fcc1e7107f663)
(This used to be commit 3db8b246c8abfc4efed08d7630e61a81b9d8bf48)

source3/lib/socket_wrapper/socket_wrapper.c

index c0a7c16a2a4b62e7c91271efd8fe32ef601ddd2a..beb890d135d9612faa534f60e544f86e40318793 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>