aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-conf/gpe-conf-0.2.5/wireless.patch
blob: 4e52f8b092110145e1e286be48a23c4fb11c9c4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Patch managed by http://www.holgerschurig.de/patcher.html
#

--- gpe-conf-0.2.5/modules/sysinfo.c~wireless
+++ gpe-conf-0.2.5/modules/sysinfo.c
@@ -28,6 +28,8 @@
 #include <sys/utsname.h>
 
 #include <sys/socket.h>
+#include <linux/types.h>
+#include <linux/if.h>
 #include <linux/wireless.h>
 #include <sys/ioctl.h>