Browse Source

ENH: Add missing include

Andy Cedilnik 21 years ago
parent
commit
2e58daf5be
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/kwsys/SystemTools.cxx

+ 1 - 0
Source/kwsys/SystemTools.cxx

@@ -37,6 +37,7 @@
 #include <sys/wait.h>
 #include <sys/ioctl.h>
 #include <unistd.h>
+#include <termios.h>
 #endif
 
 #if defined(_WIN32) && (defined(_MSC_VER) || defined(__BORLANDC__) || defined(__MINGW32__))