aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Jung <mail@umaxx.net>2016-05-22 13:23:59 +0200
committerJoerg Jung <mail@umaxx.net>2016-05-22 13:23:59 +0200
commit0e79127e0feb73cc27ef37ab8472193668e200d8 (patch)
tree1d0fcd9e7d202d031ab6deee72e5c05a348031f8
parentMerge branch 'master' of ssh.poolp.org:/git/opensmtpd-extras (diff)
downloadOpenSMTPD-extras-0e79127e0feb73cc27ef37ab8472193668e200d8.tar.xz
OpenSMTPD-extras-0e79127e0feb73cc27ef37ab8472193668e200d8.zip
filter-spamassassin: fix implicit declaration of strtonum on Linux(), reported by Richard
-rw-r--r--extras/wip/filters/filter-spamassassin/filter_spamassassin.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/wip/filters/filter-spamassassin/filter_spamassassin.c b/extras/wip/filters/filter-spamassassin/filter_spamassassin.c
index 632958d..6b0de8d 100644
--- a/extras/wip/filters/filter-spamassassin/filter_spamassassin.c
+++ b/extras/wip/filters/filter-spamassassin/filter_spamassassin.c
@@ -14,6 +14,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "includes.h"
+
#include <sys/types.h>
#include <inttypes.h>