From 89462761c929181d696af632eeff9618fb00ec02 Mon Sep 17 00:00:00 2001 From: danmc Date: Thu, 12 Oct 2006 02:46:26 +0000 Subject: [PATCH] include for the ioctl() prototype --- src/frontend/terminal.c | 4 ++++ 1 file changed, 4 insertions(+) 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. */