summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-03 00:03:03 +0200
committerGünther Deschner <gd@samba.org>2010-08-06 15:43:38 +0200
commit002ac5681f95760968bc5111cc39e849a0449c44 (patch)
treeec6b269c000c464607470fc4bb1c7f53d6e5ef1a /source3/utils/net.c
parent164ee0fe56af9e4b1f30c83165b0580220ac9531 (diff)
downloadsamba-002ac5681f95760968bc5111cc39e849a0449c44.tar.gz
samba-002ac5681f95760968bc5111cc39e849a0449c44.tar.bz2
samba-002ac5681f95760968bc5111cc39e849a0449c44.zip
s3-net: only include netapi header when needed.
Guenther
Diffstat (limited to 'source3/utils/net.c')
-rw-r--r--source3/utils/net.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index d9a1bf6912..eea13ea138 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -44,6 +44,7 @@
#include "popt_common.h"
#include "utils/net.h"
#include "secrets.h"
+#include "lib/netapi/netapi.h"
extern bool AllowDebugChange;