blob: ba74c5317ae92220d533a8662ea5065f5fcb476a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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>
|