diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-07-17 17:52:01 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-07-17 17:52:01 +0000 |
commit | 1cd83e71509919d0001efe5c44a5814bc2e019c8 (patch) | |
tree | 029c3303589e4764584bc31096b19dac741de7c4 /perl-install/c/stuff.xs.pl | |
parent | 23e69df26b685d4c04f1d1f2debfdfd184e1862a (diff) | |
download | drakx-1cd83e71509919d0001efe5c44a5814bc2e019c8.tar drakx-1cd83e71509919d0001efe5c44a5814bc2e019c8.tar.gz drakx-1cd83e71509919d0001efe5c44a5814bc2e019c8.tar.bz2 drakx-1cd83e71509919d0001efe5c44a5814bc2e019c8.tar.xz drakx-1cd83e71509919d0001efe5c44a5814bc2e019c8.zip |
fix build of wireless binding with latest kernel headers
Diffstat (limited to 'perl-install/c/stuff.xs.pl')
-rw-r--r-- | perl-install/c/stuff.xs.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl index c6d7df927..4b8ca36f4 100644 --- a/perl-install/c/stuff.xs.pl +++ b/perl-install/c/stuff.xs.pl @@ -21,6 +21,7 @@ print ' #include <sys/utsname.h> #include <sys/mount.h> #undef __USE_MISC +#include <linux/if.h> #include <linux/wireless.h> #include <linux/keyboard.h> #include <linux/kd.h> |