aboutsummaryrefslogtreecommitdiffstats
path: root/testing/yadifa/poll-h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/yadifa/poll-h.patch')
-rw-r--r--testing/yadifa/poll-h.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/testing/yadifa/poll-h.patch b/testing/yadifa/poll-h.patch
new file mode 100644
index 000000000..2477708b9
--- /dev/null
+++ b/testing/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.