diff options
Diffstat (limited to 'source4/param/loadparm.c')
-rw-r--r-- | source4/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index c535509ca6..bbdf835e95 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -59,7 +59,7 @@ #include "system/network.h" #include "system/printing.h" #include "librpc/gen_ndr/ndr_svcctl.h" -#include "include/dlinklist.h" +#include "dlinklist.h" BOOL in_client = False; /* Not in the client by default */ static BOOL bLoaded = False; |