opnsense-ports/mail/spamprobe/files/patch-src_database_DatabaseConfig.cc
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
285 B
C++

--- src/database/DatabaseConfig.cc.orig 2013-11-03 21:52:55.000000000 +0100
+++ src/database/DatabaseConfig.cc 2013-11-03 21:53:35.000000000 +0100
@@ -29,6 +29,7 @@
//
#include <stdexcept>
+#include <cstdlib>
#include "File.h"
#include "WordData.h"
#include "FrequencyDBImpl.h"