mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +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 87385e4c87
)
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…
Reference in New Issue
Block a user