diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-12 14:40:53 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-12 14:40:53 +0200 |
commit | 19901e8b05b815267144e6c7582ed9b950f56b23 (patch) | |
tree | 5a3da58b88658d0789ca89576ae6c3b2ec82d304 /package/bridge-utils/patches | |
parent | bdcb19554ef258df89b9c3ab2109b2acadd16866 (diff) |
fix compile
Diffstat (limited to 'package/bridge-utils/patches')
-rw-r--r-- | package/bridge-utils/patches/patch-libbridge_libbridge_h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/bridge-utils/patches/patch-libbridge_libbridge_h b/package/bridge-utils/patches/patch-libbridge_libbridge_h new file mode 100644 index 000000000..2d42c496c --- /dev/null +++ b/package/bridge-utils/patches/patch-libbridge_libbridge_h @@ -0,0 +1,10 @@ +--- bridge-utils-1.5.orig/libbridge/libbridge.h 2011-03-29 02:52:54.000000000 +0200 ++++ bridge-utils-1.5/libbridge/libbridge.h 2013-07-12 14:38:31.000000000 +0200 +@@ -20,6 +20,7 @@ + #define _LIBBRIDGE_H + + #include <sys/socket.h> ++#include <netinet/in.h> + #include <linux/if.h> + #include <linux/if_bridge.h> + |