diff options
Diffstat (limited to 'community/yadifa/poll-h.patch')
-rw-r--r-- | community/yadifa/poll-h.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/community/yadifa/poll-h.patch b/community/yadifa/poll-h.patch new file mode 100644 index 0000000000..2477708b90 --- /dev/null +++ b/community/yadifa/poll-h.patch @@ -0,0 +1,17 @@ +diff --git a/sbin/yadifad/poll-util.h b/sbin/yadifad/poll-util.h +index ef9a004..41d4d0c 100644 +--- a/sbin/yadifad/poll-util.h ++++ b/sbin/yadifad/poll-util.h +@@ -38,11 +38,10 @@ + * + ******************************************************************************************************************/ + ++#include <poll.h> + #ifndef _POLL_H + #define _POLL_H + +-#include <poll.h> +- + /** + * This code maintains the limit on the tcp sockets + * @todo Portability has to be tested. |