diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-07-01 17:31:30 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-07-01 17:41:15 +0200 |
commit | bac52c60e891ed3e927b508729d04be720fd34d6 (patch) | |
tree | cbe790f53712ae877adcdb5efbb61863fae4c97a /perl-install | |
parent | ce60f4e48a2ccd29c5780d4affc0d69640cdbc44 (diff) | |
download | drakx-bac52c60e891ed3e927b508729d04be720fd34d6.tar drakx-bac52c60e891ed3e927b508729d04be720fd34d6.tar.gz drakx-bac52c60e891ed3e927b508729d04be720fd34d6.tar.bz2 drakx-bac52c60e891ed3e927b508729d04be720fd34d6.tar.xz drakx-bac52c60e891ed3e927b508729d04be720fd34d6.zip |
regroup net includes like they were in the past
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/c/stuff.xs.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl index 0be758fab..86f826f7b 100755 --- a/perl-install/c/stuff.xs.pl +++ b/perl-install/c/stuff.xs.pl @@ -36,9 +36,9 @@ print ' #include <net/route.h> #include <netinet/in.h> #include <linux/sockios.h> +#include <linux/ethtool.h> #include <linux/input.h> #include <execinfo.h> -#include <linux/ethtool.h> // for UPS on USB: # define HID_MAX_USAGES 1024 |