diff options
Diffstat (limited to 'source4/lib/events')
-rw-r--r-- | source4/lib/events/events_standard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/events/events_standard.c b/source4/lib/events/events_standard.c index 5d59f1b885..12595d8518 100644 --- a/source4/lib/events/events_standard.c +++ b/source4/lib/events/events_standard.c @@ -31,7 +31,7 @@ #include "includes.h" #include "system/filesys.h" #include "system/select.h" /* needed for WITH_EPOLL */ -#include "dlinklist.h" +#include "lib/util/dlinklist.h" #include "lib/events/events.h" #include "lib/events/events_internal.h" |