Merge pull request #2177 from badboy/solaris-ioctl-warn-fix

Fix implicit declaration of ioctl on Solaris
This commit is contained in:
Salvatore Sanfilippo 2014-12-09 12:57:22 +01:00
commit f04ec18a36

View File

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