summaryrefslogtreecommitdiff
path: root/package/conntrack-tools/patches/patch-include_tcp_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-05 09:42:11 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-05 09:42:11 +0200
commit7762cd4b8597a42a8892d77bea8215a67fb5fbfc (patch)
tree9ca8a835269c4ea88e459dceb9cb7b846c059156 /package/conntrack-tools/patches/patch-include_tcp_h
parent4a6ad2db912a848e9f94233ac5ca094065c741c4 (diff)
fix musl compile, update
Diffstat (limited to 'package/conntrack-tools/patches/patch-include_tcp_h')
-rw-r--r--package/conntrack-tools/patches/patch-include_tcp_h10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/conntrack-tools/patches/patch-include_tcp_h b/package/conntrack-tools/patches/patch-include_tcp_h
new file mode 100644
index 000000000..4dd4d3202
--- /dev/null
+++ b/package/conntrack-tools/patches/patch-include_tcp_h
@@ -0,0 +1,10 @@
+--- conntrack-tools-1.4.2.orig/include/tcp.h 2013-02-24 23:23:57.000000000 +0100
++++ conntrack-tools-1.4.2/include/tcp.h 2014-04-05 09:40:10.923493847 +0200
+@@ -2,6 +2,7 @@
+ #define _TCP_H_
+
+ #include <stdint.h>
++#include <sys/select.h>
+ #include <netinet/in.h>
+
+ struct tcp_conf {