aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/examples/termemu.cc
diff options
context:
space:
mode:
authorGravatar Timo Sirainen <tss@iki.fi>2012-08-11 23:12:04 +0300
committerGravatar Keith Winstein <keithw@mit.edu>2012-08-11 17:14:44 -0400
commit0c5307f3450099969cd5c7914432a46cfdd11cbf (patch)
tree189e54bb6ca9fcb094abddb975c445e90f9be6ad /src/examples/termemu.cc
parentcc0542dfe17831f7eab6d344202d573e3c6b9a57 (diff)
Added forkpty() and cfmakeraw() fallback implementations if they don't exist.
Signed-off-by: Timo Sirainen <tss@iki.fi>
Diffstat (limited to 'src/examples/termemu.cc')
-rw-r--r--src/examples/termemu.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/examples/termemu.cc b/src/examples/termemu.cc
index b6551b3..ff2ec78 100644
--- a/src/examples/termemu.cc
+++ b/src/examples/termemu.cc
@@ -62,6 +62,7 @@
#include "completeterminal.h"
#include "swrite.h"
#include "fatal_assert.h"
+#include "pty_compat.h"
#include "locale_utils.h"
#include "select.h"