From 489f528857bfb4993cf44dd7a5391ac5196c0747 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 29 Jun 2011 15:33:54 +1000 Subject: 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 --- source3/utils/net_conf.c | 1 + source3/utils/testparm.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source3/utils') 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. -- cgit