summaryrefslogtreecommitdiff
path: root/package/conntrack-tools/patches/patch-include_udp_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-06 11:11:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-06 11:11:44 +0200
commit547b849f5d9d30c02b3783d58779acab7c09d8c1 (patch)
treeea56dca52c251c5d40f17c708f39a775e56492e1 /package/conntrack-tools/patches/patch-include_udp_h
parentdf7df2e0ea84f8722c72a61dcbcd357f572eedc2 (diff)
parentac5970e35e66605d0547bcd0f3ec7f3e177a2bb8 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/conntrack-tools/patches/patch-include_udp_h')
-rw-r--r--package/conntrack-tools/patches/patch-include_udp_h10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/conntrack-tools/patches/patch-include_udp_h b/package/conntrack-tools/patches/patch-include_udp_h
new file mode 100644
index 000000000..1f28a87fa
--- /dev/null
+++ b/package/conntrack-tools/patches/patch-include_udp_h
@@ -0,0 +1,10 @@
+--- conntrack-tools-1.4.2.orig/include/udp.h 2013-02-24 23:23:57.000000000 +0100
++++ conntrack-tools-1.4.2/include/udp.h 2014-04-05 09:38:04.015383617 +0200
+@@ -2,6 +2,7 @@
+ #define _UDP_H_
+
+ #include <stdint.h>
++#include <sys/select.h>
+ #include <netinet/in.h>
+
+ struct udp_conf {