diff --git a/src/frontend/terminal.c b/src/frontend/terminal.c index 10841bac2..3851b5f22 100644 --- a/src/frontend/terminal.c +++ b/src/frontend/terminal.c @@ -15,6 +15,10 @@ $Id$ #include #endif +#ifdef HAVE_SYS_IOCTL_H +#include +#endif + #if 0 /* Bad interaction with bool type in bool.h because curses also defines this symbol. */