mirror of https://mirror.osredm.com/root/redis.git
Fix implicit declaration of ioctl on Solaris
This commit is contained in:
parent
fe0d371995
commit
f3c1aac7e6
|
@ -35,6 +35,7 @@
|
|||
#include <errno.h>
|
||||
#include <termios.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <stropts.h>
|
||||
#include "config.h"
|
||||
|
||||
#if (ULONG_MAX == 4294967295UL)
|
||||
|
|
Loading…
Reference in New Issue