r19176: Also require <fcntl.h> and <sys/ioctl.h> for non samba builds.
authorLove Hörnquist Åstrand <lha@samba.org>
Sun, 8 Oct 2006 21:45:07 +0000 (21:45 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:20:50 +0000 (14:20 -0500)
(This used to be commit fe621c1ab277407fb62ad7bced829815b6625f22)

source4/lib/socket_wrapper/socket_wrapper.c

index d2ef84ac226aa061844f88b43359113cd69d7144..e3c0592085878287296334ee1eb65a0cedd104fc 100644 (file)
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/socket.h>
+#include <sys/ioctl.h>
 #include <errno.h>
 #include <sys/un.h>
 #include <netinet/in.h>
 #include <netinet/tcp.h>
+#include <fcntl.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>