From 34008ef6b35f09b37a3cc7d99cb085e9ff9c85df Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 23 Sep 2010 00:05:31 -0700 Subject: s3-build: fix the build of test_lp_load. Guenther --- source3/param/test_lp_load.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/param') diff --git a/source3/param/test_lp_load.c b/source3/param/test_lp_load.c index 1ec123e70a..53ac23b99c 100644 --- a/source3/param/test_lp_load.c +++ b/source3/param/test_lp_load.c @@ -18,6 +18,7 @@ */ #include "includes.h" +#include "popt_common.h" extern bool AllowDebugChange; -- cgit