diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-09-18 17:38:47 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-09-18 17:38:47 +0200 |
commit | 5b827dfd8b20e4c268a594e733765bef147020fb (patch) | |
tree | 174a4340a72221ca6e39e704f16d2e66d17539da /source4/lib/com | |
parent | a0e5f9194a8214e6bc7f7e56b82575300401ffef (diff) | |
download | samba-5b827dfd8b20e4c268a594e733765bef147020fb.tar.gz samba-5b827dfd8b20e4c268a594e733765bef147020fb.tar.bz2 samba-5b827dfd8b20e4c268a594e733765bef147020fb.zip |
s4:lib/com: fix the build with automatic dependecies
metze
Diffstat (limited to 'source4/lib/com')
-rw-r--r-- | source4/lib/com/main.c | 3 | ||||
-rw-r--r-- | source4/lib/com/tables.c | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/source4/lib/com/main.c b/source4/lib/com/main.c index 3e4127f246..882b479cfe 100644 --- a/source4/lib/com/main.c +++ b/source4/lib/com/main.c @@ -19,11 +19,10 @@ */ #include "includes.h" -#include "dlinklist.h" +#include "lib/util/dlinklist.h" #include "lib/com/com.h" #include "lib/events/events.h" #include "librpc/gen_ndr/com_dcom.h" -#include "build.h" WERROR com_init_ctx(struct com_context **ctx, struct event_context *event_ctx) { diff --git a/source4/lib/com/tables.c b/source4/lib/com/tables.c index d9989ecdbe..11bf95c4d6 100644 --- a/source4/lib/com/tables.c +++ b/source4/lib/com/tables.c @@ -19,7 +19,7 @@ */ #include "includes.h" -#include "dlinklist.h" +#include "lib/util/dlinklist.h" #include "lib/com/com.h" #include "librpc/gen_ndr/ndr_misc.h" |