svn commit: samba r19176 - in branches/SAMBA_4_0/source/lib/socket_wrapper: .

lha at samba.org lha at samba.org
Sun Oct 8 21:45:08 GMT 2006


Author: lha
Date: 2006-10-08 21:45:07 +0000 (Sun, 08 Oct 2006)
New Revision: 19176

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19176

Log:
Also require <fcntl.h> and <sys/ioctl.h> for non samba builds.

Modified:
   branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c
===================================================================
--- branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c	2006-10-08 21:09:54 UTC (rev 19175)
+++ branches/SAMBA_4_0/source/lib/socket_wrapper/socket_wrapper.c	2006-10-08 21:45:07 UTC (rev 19176)
@@ -65,10 +65,12 @@
 #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>



More information about the samba-cvs mailing list