diff options
author | Jelmer Vernooij <jelmer@jelmer.uk> | 2016-01-09 21:55:53 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2016-01-13 04:43:22 +0100 |
commit | 4ab7a00ac4f74df42baf9c6b5367421bf7794aed (patch) | |
tree | f34702392274df8b30ae93cffb6a9e06c18c2c85 /source4 | |
parent | 6f3656c47d8ae6a3ac10591ffd7a60797775b469 (diff) | |
download | samba-4ab7a00ac4f74df42baf9c6b5367421bf7794aed.tar.gz |
Use full path to dlinklist.h in includes.
Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk>
Diffstat (limited to 'source4')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/dns_notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |