From b21b012756dbb9e7022280b34d7103a5dcbea6d6 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 6 Oct 2011 19:34:50 +1100 Subject: lib/param move source4 param code to the top level This is done so that the lpcfg_ functions are available across the whole build, either with the struct loadparm_context loaded from an smb.conf directly or as a wrapper around the source3 param code. This is not the final, merged loadparm, but simply one step to make it easier to solve other problems while we make our slow progress on this difficult problem. Andrew Bartlett --- source4/torture/libnetapi/libnetapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/libnetapi') diff --git a/source4/torture/libnetapi/libnetapi.c b/source4/torture/libnetapi/libnetapi.c index 92c7b3a394..3476f1d7b9 100644 --- a/source4/torture/libnetapi/libnetapi.c +++ b/source4/torture/libnetapi/libnetapi.c @@ -23,7 +23,7 @@ #include "lib/cmdline/popt_common.h" #include "source3/lib/netapi/netapi.h" #include "source3/lib/netapi/netapi_private.h" -#include "source4/param/param.h" +#include "lib/param/param.h" #include "torture/libnetapi/proto.h" bool torture_libnetapi_init_context(struct torture_context *tctx, -- cgit