mirror of
https://repo.or.cz/socat.git
synced 2025-07-09 05:46:32 +00:00
For isastream() include stropts.h instead of sys/stropts.h
This commit is contained in:
parent
b96fd064cb
commit
50b6301bda
4 changed files with 11 additions and 7 deletions
|
@ -167,8 +167,8 @@
|
|||
#elif HAVE_LIBUTIL_H
|
||||
#include <libutil.h> /* FreeBSD openpty() */
|
||||
#endif
|
||||
#if HAVE_SYS_STROPTS_H
|
||||
#include <sys/stropts.h> /* SunOS I_PUSH ... */
|
||||
#if HAVE_STROPTS_H
|
||||
#include <stropts.h> /* SunOS I_PUSH ... */
|
||||
#endif
|
||||
#if HAVE_REGEX_H
|
||||
#include <regex.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue