diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-01-16 08:30:24 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2007-01-16 08:30:24 +0000 |
commit | eb3c38305336eb1cf10bf39b72127ccff7b836ec (patch) | |
tree | 6801936457542107506a1a120c96863967c13f91 | |
parent | 8f9e8b588da645efc452096fed71df9c572fdf42 (diff) | |
download | lcd4linux-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
-rw-r--r-- | plugin_wireless.c | 1 |
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> |