summaryrefslogtreecommitdiff
path: root/source4/lib/com/dcom/tables.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-12 04:41:53 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-12 04:41:53 +0200
commit0d99e58f272ab05873b706a154a528d04749c335 (patch)
tree2f2cec846e7a6ba21e9b4c0685225a5458ca7db7 /source4/lib/com/dcom/tables.c
parentdf8885f1c6cdcdb74bec77cbdeeaca48c45e4d43 (diff)
downloadsamba-0d99e58f272ab05873b706a154a528d04749c335.tar.gz
samba-0d99e58f272ab05873b706a154a528d04749c335.tar.bz2
samba-0d99e58f272ab05873b706a154a528d04749c335.zip
Fix include paths for files that aren't compiled - breaks dependency
file generation.
Diffstat (limited to 'source4/lib/com/dcom/tables.c')
-rw-r--r--source4/lib/com/dcom/tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/com/dcom/tables.c b/source4/lib/com/dcom/tables.c
index 26a18a9ae9..f94aa87925 100644
--- a/source4/lib/com/dcom/tables.c
+++ b/source4/lib/com/dcom/tables.c
@@ -20,7 +20,7 @@
*/
#include "includes.h"
-#include "lib/util/dlinklist.h"
+#include "../lib/util/dlinklist.h"
#include "librpc/gen_ndr/com_dcom.h"
#include "lib/com/dcom/dcom.h"