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:
parent
6f3656c47d
commit
4ab7a00ac4
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user