diff options
Diffstat (limited to 'www/anyterm/files/patch-libpbe-src-SmtpClient.cc')
-rw-r--r-- | www/anyterm/files/patch-libpbe-src-SmtpClient.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/anyterm/files/patch-libpbe-src-SmtpClient.cc b/www/anyterm/files/patch-libpbe-src-SmtpClient.cc new file mode 100644 index 000000000000..d5bd0790e65f --- /dev/null +++ b/www/anyterm/files/patch-libpbe-src-SmtpClient.cc @@ -0,0 +1,10 @@ +--- libpbe/src/SmtpClient.cc.orig 2008-05-24 14:24:47.000000000 +0200 ++++ libpbe/src/SmtpClient.cc 2013-03-30 17:41:19.000000000 +0100 +@@ -22,6 +22,7 @@ + + #include <syslog.h> + #include <unistd.h> ++#include <stdio.h> + + #ifdef __OpenBSD__ + // Is this really needed? |