1
0
mirror of https://github.com/fluencelabs/redis synced 2025-07-26 05:51:55 +00:00

Merge pull request 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

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