diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-06 11:09:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-06 11:09:07 +0200 |
commit | ac5970e35e66605d0547bcd0f3ec7f3e177a2bb8 (patch) | |
tree | 363475b3141334c819396ce3bffefc46452734ad /package/conntrack-tools/patches/patch-include_mcast_h | |
parent | f073ed03ff3d9e40e142fd39632ee93dd7a4f1c7 (diff) | |
parent | 7762cd4b8597a42a8892d77bea8215a67fb5fbfc (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/conntrack-tools/patches/patch-include_mcast_h')
-rw-r--r-- | package/conntrack-tools/patches/patch-include_mcast_h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/conntrack-tools/patches/patch-include_mcast_h b/package/conntrack-tools/patches/patch-include_mcast_h new file mode 100644 index 000000000..0f352ce0c --- /dev/null +++ b/package/conntrack-tools/patches/patch-include_mcast_h @@ -0,0 +1,10 @@ +--- conntrack-tools-1.4.2.orig/include/mcast.h 2013-02-24 23:23:57.000000000 +0100 ++++ conntrack-tools-1.4.2/include/mcast.h 2014-04-05 09:37:11.363340860 +0200 +@@ -2,6 +2,7 @@ + #define _MCAST_H_ + + #include <stdint.h> ++#include <sys/select.h> + #include <netinet/in.h> + #include <net/if.h> + |