diff options
-rw-r--r-- | antispam-plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/antispam-plugin.h b/antispam-plugin.h index 493fd1e..5c56b42 100644 --- a/antispam-plugin.h +++ b/antispam-plugin.h @@ -8,6 +8,7 @@ #include "dict.h" #include "imap-search.h" #include "dovecot-version.h" +#include <stdlib.h> #define __stringify_1(x) #x #define stringify(x) __stringify_1(x) |