1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-11 06:22:58 +00:00

Fixes for old Debian

This commit is contained in:
Gerhard Rieger 2025-01-11 14:48:26 +01:00
parent 0f1c5dd85a
commit 19d488a14f
6 changed files with 194 additions and 138 deletions

View file

@ -182,7 +182,7 @@
#if WITH_NAMESPACES && HAVE_SCHED_H
#include <sched.h>
#endif
#if WITH_POSIXMQ
#if WITH_POSIXMQ && HAVE_MQUEUE_H
#include <mqueue.h> /* POSIX MQ */
#endif
#if WITH_READLINE