diff options
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h index b950c2681..e40f6db85 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -7,6 +7,7 @@ #define RSPAMD_PROTOCOL_H #include "config.h" +#include "filter.h" #define RSPAMD_FILTER_ERROR 1 #define RSPAMD_NETWORK_ERROR 2 @@ -27,7 +28,6 @@ #define SPAMD_ERROR "EX_ERROR" struct worker_task; -enum rspamd_metric_action; struct metric; enum rspamd_protocol { |