mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
Merge pull request #2177 from badboy/solaris-ioctl-warn-fix
Fix implicit declaration of ioctl on Solaris
This commit is contained in:
commit
f04ec18a36
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user