summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-05 07:23:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:30 -0500
commite8010adffe44f1ad0d82c7b5c7d5fe2cf7d53afd (patch)
tree0f4653e688ab9ea6bb03ffa62269e990ffff3cd0 /source4/param
parentba8b9d49cd6b72a31673a189214d979248a30a6b (diff)
downloadsamba-e8010adffe44f1ad0d82c7b5c7d5fe2cf7d53afd.tar.gz
samba-e8010adffe44f1ad0d82c7b5c7d5fe2cf7d53afd.tar.bz2
samba-e8010adffe44f1ad0d82c7b5c7d5fe2cf7d53afd.zip
r3543: fixed some #include lines to make them more consistent, and fixed
conditional compilation of xattr client code (This used to be commit 321fb06a627f4deae649ab014bc881721d37b3dd)
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/loadparm.c2
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;