1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-30 14:06:50 +00:00

Include <poll.h> instead of <sys/poll.h>

This commit is contained in:
Gerhard Rieger 2015-01-12 22:22:38 +01:00
parent ad524a56b7
commit 59a11f2efb
4 changed files with 11 additions and 2 deletions

View file

@ -185,6 +185,9 @@
/* Define if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define if you have the <poll.h> header file. */
#undef HAVE_POLL_H
/* Define if you have the <sys/poll.h> header file. */
#undef HAVE_SYS_POLL_H