diff options
Diffstat (limited to 'www/anyterm/files/patch-src-SubProcess.cc')
-rw-r--r-- | www/anyterm/files/patch-src-SubProcess.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/anyterm/files/patch-src-SubProcess.cc b/www/anyterm/files/patch-src-SubProcess.cc new file mode 100644 index 000000000000..ba74c5317ae9 --- /dev/null +++ b/www/anyterm/files/patch-src-SubProcess.cc @@ -0,0 +1,10 @@ +--- src/SubProcess.cc.orig 2008-10-26 06:17:37.000000000 -0700 ++++ src/SubProcess.cc 2009-11-19 23:58:03.399815119 -0800 +@@ -22,6 +22,7 @@ + #if defined(__FreeBSD__) + #include <libutil.h> + #include <sys/ioctl.h> ++#include <termios.h> + #elif defined(__OpenBSD__) + #include <termios.h> + #include <util.h> |