Commit f04ec18a authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo
Browse files

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

Fix implicit declaration of ioctl on Solaris
parents 87f1e27b f3c1aac7
......@@ -35,6 +35,7 @@
#include <errno.h>
#include <termios.h>
#include <sys/ioctl.h>
#include <stropts.h>
#include "config.h"
#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