diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/include/includes.h | 1 | ||||
-rw-r--r-- | source4/utils/net/net.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index 53a5a969e5..c4b8f24397 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -673,6 +673,7 @@ extern int errno; #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) diff --git a/source4/utils/net/net.c b/source4/utils/net/net.c index ddca5662a2..a636e4cdaa 100644 --- a/source4/utils/net/net.c +++ b/source4/utils/net/net.c @@ -42,7 +42,6 @@ /*****************************************************/ #include "includes.h" -#include "utils/net/net.h" /* run a function from a function table. If not found then |