diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-21 15:57:39 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2014-04-21 15:57:39 +0100 |
commit | ad5bf825b7f33bc10311673991f0cc888e69c0b1 (patch) | |
tree | 51aeb06ce4838ed4af7d591fc2903f4e549b6e93 /src/events.h | |
parent | 53e8a8b05b7f0696ce72ccfd347a35bb80f19570 (diff) | |
download | rspamd-ad5bf825b7f33bc10311673991f0cc888e69c0b1.tar.gz rspamd-ad5bf825b7f33bc10311673991f0cc888e69c0b1.zip |
Refactor task functions.
Diffstat (limited to 'src/events.h')
-rw-r--r-- | src/events.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/events.h b/src/events.h index 072a243da..6728288eb 100644 --- a/src/events.h +++ b/src/events.h @@ -2,6 +2,7 @@ #define RSPAMD_EVENTS_H #include "config.h" +#include "mem_pool.h" struct rspamd_async_event; |