ascii: Always include <sys/ioctl.h> if we're calling ioctl.
[pspp] / src / output / ascii.c
index ee87fa22e37c3341071239ef1e3c90899ef6036d..cd5fcec64b06ab8c704f4b2fa9b3157089e59450 100644 (file)
 #include <uniwidth.h>
 
 #ifdef HAVE_TERMIOS_H
-# include <termios.h>
-#endif
-
-#ifdef GWINSZ_IN_SYS_IOCTL
 # include <sys/ioctl.h>
+# include <termios.h>
 #endif
 
 #include "data/file-name.h"