summaryrefslogtreecommitdiffstats
path: root/perl-install/c
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-07-17 17:52:01 +0000
committerOlivier Blin <oblin@mandriva.com>2007-07-17 17:52:01 +0000
commit1cd83e71509919d0001efe5c44a5814bc2e019c8 (patch)
tree029c3303589e4764584bc31096b19dac741de7c4 /perl-install/c
parent23e69df26b685d4c04f1d1f2debfdfd184e1862a (diff)
downloaddrakx-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')
-rw-r--r--perl-install/c/stuff.xs.pl1
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>