Browse Source

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

pre-master-46
danmc 20 years ago
parent
commit
89462761c9
  1. 4
      src/frontend/terminal.c

4
src/frontend/terminal.c

@ -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. */

Loading…
Cancel
Save