diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-06 20:53:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-06 20:53:05 +0200 |
commit | 91bb12aaa6ba1c1264023a53350b046f7d80219e (patch) | |
tree | 71f251ab69be4fbf5d016938342a43dd193d5dac /package/conntrack-tools/patches/patch-include_mcast_h | |
parent | aa9a46d40ae76b926880ff36b1bb7d27f52b55ac (diff) | |
parent | 9bd2823a3447207af8b789dc3fa38a3f4232c453 (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> + |