From: Jelmer Vernooij Date: Sat, 9 Jan 2016 21:55:53 +0000 (+0000) Subject: Use full path to dlinklist.h in includes. X-Git-Url: http://git.samba.org/?p=obnox%2Fsamba%2Fsamba-obnox.git;a=commitdiff_plain;h=4ab7a00ac4f74df42baf9c6b5367421bf7794aed Use full path to dlinklist.h in includes. Signed-off-by: Jelmer Vernooij --- diff --git a/source3/lib/poll_funcs/poll_funcs_tevent.c b/source3/lib/poll_funcs/poll_funcs_tevent.c index 565cdaf1cfc..8fdf08061e6 100644 --- a/source3/lib/poll_funcs/poll_funcs_tevent.c +++ b/source3/lib/poll_funcs/poll_funcs_tevent.c @@ -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 diff --git a/source3/lib/unix_msg/unix_msg.c b/source3/lib/unix_msg/unix_msg.c index 3221133f9c6..cb648ede97f 100644 --- a/source3/lib/unix_msg/unix_msg.c +++ b/source3/lib/unix_msg/unix_msg.c @@ -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" diff --git a/source4/dsdb/samdb/ldb_modules/dns_notify.c b/source4/dsdb/samdb/ldb_modules/dns_notify.c index 2481a413082..3a91eefc6ab 100644 --- a/source4/dsdb/samdb/ldb_modules/dns_notify.c +++ b/source4/dsdb/samdb/ldb_modules/dns_notify.c @@ -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;