include <sys/ioctl.h> for the ioctl() prototype

This commit is contained in:
danmc 2006-10-12 02:46:26 +00:00
parent bbaf00c771
commit 89462761c9
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ $Id$
#include <sgtty.h>
#endif
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
#if 0
/* Bad interaction with bool type in bool.h because curses also
defines this symbol. */