Author: metze Date: 2006-10-08 21:54:19 +0000 (Sun, 08 Oct 2006) New Revision: 19179
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19179 Log: remove difference with samba4 metze Modified: branches/SAMBA_3_0/source/lib/socket_wrapper/socket_wrapper.c Changeset: Modified: branches/SAMBA_3_0/source/lib/socket_wrapper/socket_wrapper.c =================================================================== --- branches/SAMBA_3_0/source/lib/socket_wrapper/socket_wrapper.c 2006-10-08 21:53:09 UTC (rev 19178) +++ branches/SAMBA_3_0/source/lib/socket_wrapper/socket_wrapper.c 2006-10-08 21:54:19 UTC (rev 19179) @@ -61,15 +61,19 @@ #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> #include <stdio.h> +#define _PUBLIC_ + #endif #define SWRAP_DLIST_ADD(list,item) do { \
