aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_wireless.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-16 08:30:24 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-01-16 08:30:24 +0000
commiteb3c38305336eb1cf10bf39b72127ccff7b836ec (patch)
tree6801936457542107506a1a120c96863967c13f91 /plugin_wireless.c
parent8f9e8b588da645efc452096fed71df9c572fdf42 (diff)
downloadlcd4linux-eb3c38305336eb1cf10bf39b72127ccff7b836ec.tar.gz
Fix compilation of plugin_wireless.c with linux kernel 2.6.19 from Guillaume LECERF
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@738 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'plugin_wireless.c')
-rw-r--r--plugin_wireless.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin_wireless.c b/plugin_wireless.c
index 61fb69d..2983ce1 100644
--- a/plugin_wireless.c
+++ b/plugin_wireless.c
@@ -57,6 +57,7 @@
#include <sys/ioctl.h>
#include <net/if_arp.h>
+#include <linux/if.h>
#include <linux/wireless.h>
#include <math.h>