1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

Use full path to dlinklist.h in includes.

Signed-off-by: Jelmer Vernooij <jelmer@jelmer.uk>
This commit is contained in:
Jelmer Vernooij 2016-01-09 21:55:53 +00:00 committed by Jelmer Vernooij
parent 6f3656c47d
commit 4ab7a00ac4
3 changed files with 3 additions and 3 deletions

View 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

View 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"

View 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;