From: florian Date: Sun, 1 Nov 2009 09:31:21 +0000 (+0000) Subject: [package] fix mdk3 compilation on mips platforms X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=cd903be62e42c9abb27f3583a32d9fb3e14707f4;p=packages.git [package] fix mdk3 compilation on mips platforms git-svn-id: svn://svn.openwrt.org/openwrt/packages@18257 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/mdk3/patches/001-radiotap_needs_types_h.patch b/net/mdk3/patches/001-radiotap_needs_types_h.patch new file mode 100644 index 000000000..77a155a81 --- /dev/null +++ b/net/mdk3/patches/001-radiotap_needs_types_h.patch @@ -0,0 +1,11 @@ +diff -urN mdk3-v6/osdep/radiotap/radiotap-parser.c mdk3-v6.new/osdep/radiotap/radiotap-parser.c +--- mdk3-v6/osdep/radiotap/radiotap-parser.c 2009-08-16 18:16:14.000000000 +0200 ++++ mdk3-v6.new/osdep/radiotap/radiotap-parser.c 2009-11-01 10:30:08.000000000 +0100 +@@ -18,6 +18,7 @@ + + #include + #include ++#include + + #include "radiotap-parser.h" +