Use full path to dlinklist.h in includes.
authorJelmer Vernooij <jelmer@jelmer.uk>
Sat, 9 Jan 2016 21:55:53 +0000 (21:55 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 13 Jan 2016 03:43:22 +0000 (04:43 +0100)
Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk>
source3/lib/poll_funcs/poll_funcs_tevent.c
source3/lib/unix_msg/unix_msg.c
source4/dsdb/samdb/ldb_modules/dns_notify.c

index 565cdaf1cfc57921b002a6f4451642f91d6766f4..8fdf08061e653f4d35083b4056bfb6f58d520df7 100644 (file)
@@ -19,7 +19,7 @@
 #include "poll_funcs_tevent.h"
 #include "tevent.h"
 #include "system/select.h"
-#include "dlinklist.h"
+#include "lib/util/dlinklist.h"
 
 /*
  * A poll_watch is asked for by the engine using this library via
index 3221133f9c6b7789260df10c70a94938a1e766cf..cb648ede97f9e6e77b6851ecb5efbd856901e37e 100644 (file)
@@ -21,7 +21,7 @@
 #include "system/select.h"
 #include "system/time.h"
 #include "system/network.h"
-#include "dlinklist.h"
+#include "lib/util/dlinklist.h"
 #include "pthreadpool/pthreadpool.h"
 #include "lib/util/iov_buf.h"
 #include "lib/msghdr.h"
index 2481a41308289b10be69eb542e0b6edfc4335589..3a91eefc6abdce7d8f3b742514b0f13c67207dc8 100644 (file)
@@ -37,7 +37,7 @@
 #include "lib/messaging/irpc.h"
 #include "librpc/gen_ndr/ndr_irpc_c.h"
 #include "param/param.h"
-#include "dlinklist.h"
+#include "util/dlinklist.h"
 
 struct dns_notify_watched_dn {
        struct dns_notify_watched_dn *next, *prev;