mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Include events_util.h in events_aio.c
Without this, linking fails with DLIST_ADD and DLIST_REMOVE being undefined Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit 87385e4c873f80956dc1c43424dd4f49a993586c)
This commit is contained in:
parent
d67e18ee37
commit
2d65e5a60d
@ -34,6 +34,7 @@
|
||||
#include "replace.h"
|
||||
#include "events.h"
|
||||
#include "events_internal.h"
|
||||
#include "events_util.h"
|
||||
#include <sys/epoll.h>
|
||||
#include <libaio.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user