1
0
Fork 0
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:
Gerhard Rieger 2024-07-17 17:38:42 +02:00
parent b96fd064cb
commit 50b6301bda
4 changed files with 11 additions and 7 deletions

View file

@ -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>