Include stropts only if __sun is defined.
This commit is contained in:
parent
bf0896307b
commit
26b5bd7ef5
@ -35,7 +35,9 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
#if defined(__sun)
|
||||||
#include <stropts.h>
|
#include <stropts.h>
|
||||||
|
#endif
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#if (ULONG_MAX == 4294967295UL)
|
#if (ULONG_MAX == 4294967295UL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user