ENH: Add missing include

This commit is contained in:
Andy Cedilnik 2004-09-16 12:39:02 -04:00
parent 6a4071b5d2
commit 2e58daf5be
1 changed files with 1 additions and 0 deletions

View File

@ -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__))