Author: metze Date: 2004-08-18 10:35:46 +0000 (Wed, 18 Aug 2004) New Revision: 1877
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source&rev=1877&nolog=1 Log: since make proto catches all functions the inlcude has to move to includes.h metze Modified: branches/SAMBA_4_0/source/include/includes.h branches/SAMBA_4_0/source/utils/net/net.c Changeset: Modified: branches/SAMBA_4_0/source/include/includes.h =================================================================== --- branches/SAMBA_4_0/source/include/includes.h 2004-08-18 09:33:54 UTC (rev 1876) +++ branches/SAMBA_4_0/source/include/includes.h 2004-08-18 10:35:46 UTC (rev 1877) @@ -673,6 +673,7 @@ #include "gtk/common/select.h" #include "libnet/libnet.h" +#include "utils/net/net.h" #define malloc_p(type) (type *)malloc(sizeof(type)) #define malloc_array_p(type, count) (type *)realloc_array(NULL, sizeof(type), count) Modified: branches/SAMBA_4_0/source/utils/net/net.c =================================================================== --- branches/SAMBA_4_0/source/utils/net/net.c 2004-08-18 09:33:54 UTC (rev 1876) +++ branches/SAMBA_4_0/source/utils/net/net.c 2004-08-18 10:35:46 UTC (rev 1877) @@ -42,7 +42,6 @@ /*****************************************************/ #include "includes.h" -#include "utils/net/net.h" /* run a function from a function table. If not found then
