freebsd-ports/benchmarks/postal/files/patch-smtp.cpp
Martin Wilke f060bf46c1 - Update to 0.73
- Use new options helper
- Update pkg-descr

PR:		187289
Submitted by:	ports fury
2014-03-11 02:36:27 +00:00

10 lines
176 B
C++

--- smtp.cpp.orig
+++ smtp.cpp
@@ -8,6 +8,7 @@
#include "userlist.h"
#include "logit.h"
#include "results.h"
+#include <cstdlib>
#include <cstring>
smtpData::smtpData()