diff options
Diffstat (limited to 'network/wavemon/patches/wavemon-header.patch')
-rw-r--r-- | network/wavemon/patches/wavemon-header.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/wavemon/patches/wavemon-header.patch b/network/wavemon/patches/wavemon-header.patch new file mode 100644 index 000000000000..e1b48bfb535a --- /dev/null +++ b/network/wavemon/patches/wavemon-header.patch @@ -0,0 +1,11 @@ +--- iw_if.h.orig 2008-06-11 22:04:16.000000000 -0400 ++++ iw_if.h 2008-06-11 22:04:38.000000000 -0400 +@@ -19,6 +19,8 @@ + */ + + #include <netdb.h> ++#include <linux/types.h> ++#include <linux/if.h> + #include <linux/wireless.h> + + #define IW_STACKSIZE 1024 |