From d2a666acbe04f741387ff4351e3971b24f1c3b14 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 19 Sep 2005 13:26:07 +0000 Subject: r10316: More dynconfig fixes (This used to be commit 0963ab9c148772b961f17ec779213b0eb861e1dd) --- source4/param/loadparm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/param') diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index 184d63d7b9..8300f4598d 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -55,6 +55,7 @@ #include "includes.h" #include "version.h" #include "dynconfig.h" +#include "pstring.h" #include "system/time.h" #include "system/iconv.h" #include "system/network.h" -- cgit