[package] fix mdk3 compilation on mips platforms
git-svn-id: svn://svn.openwrt.org/openwrt/packages@18257 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
57f75f6f75
commit
cd903be62e
11
net/mdk3/patches/001-radiotap_needs_types_h.patch
Normal file
11
net/mdk3/patches/001-radiotap_needs_types_h.patch
Normal file
@ -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 <stdio.h>
|
||||
#include <errno.h>
|
||||
+#include <sys/types.h>
|
||||
|
||||
#include "radiotap-parser.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user