From cf406f7e7d58b9c993ba1ddc6471fa85e445ba88 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 8 Jul 2011 09:18:09 +1000 Subject: s3-param use common struct parmlist_entry to hold parametric options This will allow struct loadparm_service to be shared in future. Andrew Bartlett --- lib/param/loadparm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/param/loadparm.h') diff --git a/lib/param/loadparm.h b/lib/param/loadparm.h index 2627727f3a..d36f5a0f6e 100644 --- a/lib/param/loadparm.h +++ b/lib/param/loadparm.h @@ -27,7 +27,8 @@ along with this program. If not, see . */ -/* the following are used by loadparm for option lists */ +#include "../lib/util/parmlist.h" + /* the following are used by loadparm for option lists */ typedef enum { P_BOOL,P_BOOLREV,P_CHAR,P_INTEGER,P_OCTAL,P_LIST, -- cgit