updated on Wed Jan 11 20:01:35 UTC 2012
[aur-mirror.git] / anyterm / boost-build.patch
blob4dc31c11de1958495605a1584a40eacc3f530811
1 diff -ur anyterm-1.1.29.backup//libpbe/src/SmtpClient.cc anyterm-1.1.29/libpbe/src/SmtpClient.cc
2 --- anyterm-1.1.29.backup//libpbe/src/SmtpClient.cc 2010-04-24 22:10:22.163990187 -0400
3 +++ anyterm-1.1.29/libpbe/src/SmtpClient.cc 2010-04-24 22:11:36.664229627 -0400
4 @@ -22,6 +22,8 @@
6 #include <syslog.h>
7 #include <unistd.h>
8 +#include <stdio.h>
9 +#include <stdlib.h>
11 #ifdef __OpenBSD__
12 // Is this really needed?