]> source.dussan.org Git - rspamd.git/commitdiff
Add missing <event.h> include
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 13 Oct 2015 08:30:09 +0000 (09:30 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 13 Oct 2015 08:30:09 +0000 (09:30 +0100)
src/libserver/rspamd_control.h

index 711c37267f01343a9504dacd0bfa79acca48c95b..a41421afa779a2e8c28c4beca8b9b06aef3e3cee 100644 (file)
@@ -26,6 +26,7 @@
 #define RSPAMD_RSPAMD_CONTROL_H
 
 #include "config.h"
+#include <event.h>
 
 struct rspamd_main;
 struct rspamd_worker;