diff options
author | Günther Deschner <gd@samba.org> | 2010-05-18 02:27:34 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-18 10:36:33 +0200 |
commit | e9f5bdf6b5a1aeb7e2e556cf41f7cbc2abed7856 (patch) | |
tree | 8ed9d55ef0bba9c9accba15902f512c40ab6aa51 /source3/utils | |
parent | 415bd627642bb8f18f180daaf61c4a6ddb62ebbd (diff) | |
download | samba-e9f5bdf6b5a1aeb7e2e556cf41f7cbc2abed7856.tar.gz samba-e9f5bdf6b5a1aeb7e2e556cf41f7cbc2abed7856.tar.bz2 samba-e9f5bdf6b5a1aeb7e2e556cf41f7cbc2abed7856.zip |
smbconf: only include smbconf headers where needed.
Guenther
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_conf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c index 6fc03bfd86..58e8cadf94 100644 --- a/source3/utils/net_conf.c +++ b/source3/utils/net_conf.c @@ -29,6 +29,9 @@ #include "includes.h" #include "utils/net.h" +#include "lib/smbconf/smbconf.h" +#include "lib/smbconf/smbconf_init.h" +#include "lib/smbconf/smbconf_reg.h" /********************************************************************** * |