diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-29 15:33:54 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-29 15:44:09 +1000 |
commit | 489f528857bfb4993cf44dd7a5391ac5196c0747 (patch) | |
tree | 2a632f76bb52852710bed32173d00fa30a22745c /source3/utils | |
parent | ff1382753736c08156bd4308b1cc742cb6dc87b9 (diff) | |
download | samba-489f528857bfb4993cf44dd7a5391ac5196c0747.tar.gz samba-489f528857bfb4993cf44dd7a5391ac5196c0747.tar.bz2 samba-489f528857bfb4993cf44dd7a5391ac5196c0747.zip |
param: Merge param headers into lib/param/loadparm.h
This defines a common table format, so we can in future define a
common table.
Andrew Bartlett
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_conf.c | 1 | ||||
-rw-r--r-- | source3/utils/testparm.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net_conf.c b/source3/utils/net_conf.c index 9381159814..e4b335a0a5 100644 --- a/source3/utils/net_conf.c +++ b/source3/utils/net_conf.c @@ -33,6 +33,7 @@ #include "lib/smbconf/smbconf.h" #include "lib/smbconf/smbconf_init.h" #include "lib/smbconf/smbconf_reg.h" +#include "lib/param/loadparm.h" /********************************************************************** * diff --git a/source3/utils/testparm.c b/source3/utils/testparm.c index 721034dedf..0634b25839 100644 --- a/source3/utils/testparm.c +++ b/source3/utils/testparm.c @@ -34,6 +34,7 @@ #include "includes.h" #include "system/filesys.h" #include "popt_common.h" +#include "lib/param/loadparm.h" /******************************************************************* Check if a directory exists. |