diff options
Diffstat (limited to 'src/libutil/aio_event.c')
-rw-r--r-- | src/libutil/aio_event.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/aio_event.c b/src/libutil/aio_event.c index ed257bab0..0686bbd0d 100644 --- a/src/libutil/aio_event.c +++ b/src/libutil/aio_event.c @@ -23,7 +23,7 @@ #include "config.h" #include "aio_event.h" -#include "main.h" +#include "rspamd.h" #ifdef HAVE_SYS_EVENTFD_H #include <sys/eventfd.h> |