diff --git a/nmap_tty.cc b/nmap_tty.cc index d3e94e4d8..463b3645f 100644 --- a/nmap_tty.cc +++ b/nmap_tty.cc @@ -163,7 +163,8 @@ static void tty_flush(void) FlushConsoleInputBuffer(stdinput); } -#else +#else //!win32 +#include #if !defined(O_NONBLOCK) && defined(O_NDELAY) #define O_NONBLOCK O_NDELAY #endif