diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-05 21:48:57 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-05 21:48:57 +0000 |
commit | bc11ed6326881fa5726bd4430c0dc06da3e6e0b4 (patch) | |
tree | b59ec3b09bb96d6ff55d14181e988cc27e40385c /packages/gpe-autostarter/gpe-autostarter-0.12/wireless.patch | |
parent | faf3482413a3d1a7e121aaf3fdff2497b56c089e (diff) | |
parent | d3d9a79269c489cbe311da7f1222ca606267bb90 (diff) |
merge of '25c9bf8030ed9b081cb15b534fe5dbd9bf20ad4e'
and '30f2bd37e3e52038872a5a374ce62ae9b90855f6'
Diffstat (limited to 'packages/gpe-autostarter/gpe-autostarter-0.12/wireless.patch')
-rw-r--r-- | packages/gpe-autostarter/gpe-autostarter-0.12/wireless.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gpe-autostarter/gpe-autostarter-0.12/wireless.patch b/packages/gpe-autostarter/gpe-autostarter-0.12/wireless.patch new file mode 100644 index 0000000000..b375507ca8 --- /dev/null +++ b/packages/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> + |