aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-autostarter/gpe-autostarter-0.12/wireless.patch
blob: b375507ca8ef585bc64569f15352bb5474bd11ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- gpe-autostarter-0.12/net.c.orig	2007-04-30 21:26:40.000000000 +0200
+++ gpe-autostarter-0.12/net.c	2007-04-30 21:33:20.000000000 +0200
@@ -18,7 +18,9 @@
 #include <locale.h>
 #include <signal.h>
 
+#include <linux/types.h>
 #include <sys/socket.h>
+#include <linux/if.h>
 #include <linux/wireless.h>
 #include <sys/ioctl.h>