summaryrefslogtreecommitdiff
path: root/source4/include/includes.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-08-18 10:35:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:06 -0500
commitf7c842707afac05aebaba5c6868a73091a98bb3e (patch)
treed4cedd4d008734e19d9f7f53c550efd54133ce3e /source4/include/includes.h
parent9373c046f12322dbc19adf2fdd481d2f534bae9b (diff)
downloadsamba-f7c842707afac05aebaba5c6868a73091a98bb3e.tar.gz
samba-f7c842707afac05aebaba5c6868a73091a98bb3e.tar.bz2
samba-f7c842707afac05aebaba5c6868a73091a98bb3e.zip
r1877: since make proto catches all functions
the inlcude has to move to includes.h metze (This used to be commit 97fe38183b6a03c01f6ac2d28a958d632eb4ff8a)
Diffstat (limited to 'source4/include/includes.h')
-rw-r--r--source4/include/includes.h1
1 files changed, 1 insertions, 0 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)