Fix implicit declaration of ioctl on Solaris

This commit is contained in:
Jan-Erik Rediger 2014-12-01 23:22:03 +01:00
parent fe0d371995
commit f3c1aac7e6

View File

@ -35,6 +35,7 @@
#include <errno.h> #include <errno.h>
#include <termios.h> #include <termios.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <stropts.h>
#include "config.h" #include "config.h"
#if (ULONG_MAX == 4294967295UL) #if (ULONG_MAX == 4294967295UL)