From 840cdfa2fabbb48d2f18dc3cea65ff8123bf6ca9 Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Tue, 24 Nov 2009 13:43:59 +1100 Subject: s4:param remove reference to private header from source4/param/param.h source4/param/param.h has a param.h is a public header (and parmlist isn't, even if the relative path could work), so I suggest making it a forward declaration in the header, and including parmlist.h in the implementation. (commit message included from e-mail by Andrew Bartlett) Signed-off-by: Andrew Bartlett --- source4/param/loadparm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/param/loadparm.c') diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index f2e4ace122..d65c3f9b16 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -61,6 +61,7 @@ #include "smb_server/smb_server.h" #include "libcli/raw/signing.h" #include "../lib/util/dlinklist.h" +#include "../lib/util/parmlist.h" #include "param/param.h" #include "param/loadparm.h" #include "libcli/raw/libcliraw.h" -- cgit