]> git.webhop.me Git - lcd4linux.git/commitdiff
Fix compilation of plugin_wireless.c with linux kernel 2.6.19 from Guillaume LECERF
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 16 Jan 2007 08:30:24 +0000 (08:30 +0000)
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 16 Jan 2007 08:30:24 +0000 (08:30 +0000)
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@738 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

plugin_wireless.c

index 61fb69d52bbcc9a2af0f7d417d66831fd656b2dd..2983ce12e9f57665223cdc485c3277290a7b92d8 100644 (file)
@@ -57,6 +57,7 @@
 
 #include <sys/ioctl.h>
 #include <net/if_arp.h>
+#include <linux/if.h>
 #include <linux/wireless.h>
 #include <math.h>