blob: 47229c4f7be2e2ff2bfaf6d836bff17812f34cf4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- src/spamprobe/Command_cleanup.cc.orig 2013-11-04 19:59:51.000000000 +0100
+++ src/spamprobe/Command_cleanup.cc 2013-11-04 20:00:38.000000000 +0100
@@ -28,6 +28,7 @@
// http://www.cooldevtools.com/qpl.html
//
+#include <cstdlib>
#include "CleanupManager.h"
#include "SpamFilter.h"
#include "FrequencyDB.h"
|