1
0
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:
Volker Lendecke 2008-06-19 12:39:25 +02:00 committed by Stefan Metzmacher
parent d67e18ee37
commit 2d65e5a60d

View File

@ -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>