summaryrefslogtreecommitdiffstats
path: root/src/line_printer.cc
diff options
context:
space:
mode:
authorppbrown <phil@bolthole.com>2014-10-27 20:36:37 (GMT)
committerppbrown <phil@bolthole.com>2014-10-27 20:36:37 (GMT)
commit439f2738cf2ba2f30727971f6b352c9f5e440dc2 (patch)
tree84eac08124a1186f3408dd948395845c69fef02b /src/line_printer.cc
parentb8a6fa07f27f665b1a4dcd0e2bd014a4090f5274 (diff)
downloadNinja-439f2738cf2ba2f30727971f6b352c9f5e440dc2.zip
Ninja-439f2738cf2ba2f30727971f6b352c9f5e440dc2.tar.gz
Ninja-439f2738cf2ba2f30727971f6b352c9f5e440dc2.tar.bz2
Update line_printer.cc
Include POSIX termios.h
Diffstat (limited to 'src/line_printer.cc')
-rw-r--r--src/line_printer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/line_printer.cc b/src/line_printer.cc
index ef1609c..813f63e 100644
--- a/src/line_printer.cc
+++ b/src/line_printer.cc
@@ -21,6 +21,7 @@
#else
#include <unistd.h>
#include <sys/ioctl.h>
+#include <termios.h>
#include <sys/time.h>
#endif