From: florian Date: Sun, 1 Nov 2009 09:28:19 +0000 (+0000) Subject: [package] fix aircrack-ng compilation on mips platforms X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=57f75f6f7542965e28dffc8025485ced4746237e;p=packages.git [package] fix aircrack-ng compilation on mips platforms git-svn-id: svn://svn.openwrt.org/openwrt/packages@18256 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/aircrack-ng/patches/001-radiotap_need_types_h.patch b/net/aircrack-ng/patches/001-radiotap_need_types_h.patch new file mode 100644 index 000000000..7e258b070 --- /dev/null +++ b/net/aircrack-ng/patches/001-radiotap_need_types_h.patch @@ -0,0 +1,11 @@ +diff -urN aircrack-ng-1.0/src/osdep/radiotap/radiotap-parser.c aircrack-ng-1.0.new/src/osdep/radiotap/radiotap-parser.c +--- aircrack-ng-1.0/src/osdep/radiotap/radiotap-parser.c 2009-06-14 17:07:09.000000000 +0200 ++++ aircrack-ng-1.0.new/src/osdep/radiotap/radiotap-parser.c 2009-11-01 10:23:59.000000000 +0100 +@@ -18,6 +18,7 @@ + + #include + #include ++#include + + #include "radiotap-parser.h" +