summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-09-15 10:11:45 -0700
committerAndrew Bartlett <abartlet@samba.org>2009-09-15 10:38:53 -0700
commit5a01071692db91a4ea7131e31c41b6426d184758 (patch)
treea7ae326383af4133ac1875816d073cafc373da58 /source3/include/includes.h
parent9a209ac252508bc9a5b1eaaaf256610aceb37736 (diff)
downloadsamba-5a01071692db91a4ea7131e31c41b6426d184758.tar.gz
samba-5a01071692db91a4ea7131e31c41b6426d184758.tar.bz2
samba-5a01071692db91a4ea7131e31c41b6426d184758.zip
libcli:nbt put util_net.c protos in new header file
This fixed a very odd build problem due to util.h importing system/network.h being imported before the uid_wapper code. Andrew Bartlett
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 31dfc00545..d1be3b06a8 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -612,6 +612,7 @@ struct smb_iconv_convenience *lp_iconv_convenience(void *lp_ctx);
/* Lists, trees, caching, database... */
#include "../lib/util/util.h"
+#include "../lib/util/util_net.h"
#include "../lib/util/xfile.h"
#include "../lib/util/memory.h"
#include "../lib/util/attr.h"