summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2014-10-27 21:00:23 (GMT)
committerNico Weber <nicolasweber@gmx.de>2014-10-27 21:00:23 (GMT)
commitb92c1a4fd731df4c1a408023cd0d0b691bf79f2f (patch)
tree84eac08124a1186f3408dd948395845c69fef02b
parentb8a6fa07f27f665b1a4dcd0e2bd014a4090f5274 (diff)
parent439f2738cf2ba2f30727971f6b352c9f5e440dc2 (diff)
downloadNinja-b92c1a4fd731df4c1a408023cd0d0b691bf79f2f.zip
Ninja-b92c1a4fd731df4c1a408023cd0d0b691bf79f2f.tar.gz
Ninja-b92c1a4fd731df4c1a408023cd0d0b691bf79f2f.tar.bz2
Merge pull request #837 from ppbrown/master
Update line_printer.cc with termios.h
-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