summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
authorLove Hörnquist Åstrand <lha@samba.org>2006-10-17 09:35:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:21:18 -0500
commit38d4fe0d53818110463fbf56e59ab597fde4e624 (patch)
treebdc6f313343516e5e9d6b864cefd47006719ef5f /source4/lib
parentf721bcda15d9e094c0e9ea986597fc95def431f5 (diff)
downloadsamba-38d4fe0d53818110463fbf56e59ab597fde4e624.tar.gz
samba-38d4fe0d53818110463fbf56e59ab597fde4e624.tar.bz2
samba-38d4fe0d53818110463fbf56e59ab597fde4e624.zip
r19367: Solaris needs <sys/filio.h> for FIONREAD.
(This used to be commit e2866ce78851a84c937408c0781fcc1e7107f663)
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/socket_wrapper/socket_wrapper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/socket_wrapper/socket_wrapper.c b/source4/lib/socket_wrapper/socket_wrapper.c
index 3a72c5a74a..36d6801d69 100644
--- a/source4/lib/socket_wrapper/socket_wrapper.c
+++ b/source4/lib/socket_wrapper/socket_wrapper.c
@@ -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>