diff options
Diffstat (limited to 'source3/param')
-rw-r--r-- | source3/param/loadparm_ctx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm_ctx.c b/source3/param/loadparm_ctx.c index 15a6a7d29e..8a886551c6 100644 --- a/source3/param/loadparm_ctx.c +++ b/source3/param/loadparm_ctx.c @@ -18,7 +18,7 @@ */ #include "includes.h" -#include "../source4/param/s3_param.h" +#include "lib/param/s3_param.h" static struct loadparm_service *lp_service_for_s4_ctx(const char *servicename) { |