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/testparm.c | |
parent | ff1382753736c08156bd4308b1cc742cb6dc87b9 (diff) | |
download | samba-489f528857bfb4993cf44dd7a5391ac5196c0747.tar.gz samba-489f528857bfb4993cf44dd7a5391ac5196c0747.tar.xz 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/testparm.c')
-rw-r--r-- | source3/utils/testparm.c | 1 |
1 files changed, 1 insertions, 0 deletions
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. |