blob: d13924f39df7e801385c662ea8605568b272a3c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- smtp.cpp.orig 2012-01-14 12:38:45 UTC
+++ smtp.cpp
@@ -8,6 +8,7 @@
#include "userlist.h"
#include "logit.h"
#include "results.h"
+#include <cstdlib>
#include <cstring>
smtpData::smtpData()
|