Commit d4093711 authored by Jan-Erik Rediger's avatar Jan-Erik Rediger Committed by antirez
Browse files

Fix implicit declaration of ioctl on Solaris

parent 23b96c02
...@@ -35,6 +35,7 @@ ...@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment