diff options
Diffstat (limited to 'recipes/gpe-autostarter/gpe-autostarter-0.12')
-rw-r--r-- | recipes/gpe-autostarter/gpe-autostarter-0.12/wireless.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gpe-autostarter/gpe-autostarter-0.12/wireless.patch b/recipes/gpe-autostarter/gpe-autostarter-0.12/wireless.patch new file mode 100644 index 0000000000..b375507ca8 --- /dev/null +++ b/recipes/gpe-autostarter/gpe-autostarter-0.12/wireless.patch @@ -0,0 +1,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> + |