Author: tridge Date: 2004-11-06 12:10:57 +0000 (Sat, 06 Nov 2004) New Revision: 3578
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3578 Log: a couple of include changes that should help with FreeBSD Modified: branches/SAMBA_4_0/source/include/system/filesys.h branches/SAMBA_4_0/source/lib/netif/netif.c Changeset: Modified: branches/SAMBA_4_0/source/include/system/filesys.h =================================================================== --- branches/SAMBA_4_0/source/include/system/filesys.h 2004-11-06 10:07:08 UTC (rev 3577) +++ branches/SAMBA_4_0/source/include/system/filesys.h 2004-11-06 12:10:57 UTC (rev 3578) @@ -23,6 +23,10 @@ #include <unistd.h> #include <sys/stat.h> +#ifdef HAVE_SYS_PARAM_H +#include <sys/param.h> +#endif + #ifdef HAVE_SYS_MOUNT_H #include <sys/mount.h> #endif @@ -108,11 +112,6 @@ #include <sys/resource.h> #endif - -#ifdef HAVE_SYS_PARAM_H -#include <sys/param.h> -#endif - #ifdef HAVE_LIMITS_H #include <limits.h> #endif Modified: branches/SAMBA_4_0/source/lib/netif/netif.c =================================================================== --- branches/SAMBA_4_0/source/lib/netif/netif.c 2004-11-06 10:07:08 UTC (rev 3577) +++ branches/SAMBA_4_0/source/lib/netif/netif.c 2004-11-06 12:10:57 UTC (rev 3578) @@ -36,6 +36,7 @@ #include <netdb.h> #include <sys/ioctl.h> #include <sys/time.h> +#include <sys/socket.h> #include <net/if.h> #include <netdb.h> #include <sys/ioctl.h>
