summaryrefslogtreecommitdiffstats
path: root/perl-install/c
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-07-01 17:31:30 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-07-01 17:41:15 +0200
commitbac52c60e891ed3e927b508729d04be720fd34d6 (patch)
treecbe790f53712ae877adcdb5efbb61863fae4c97a /perl-install/c
parentce60f4e48a2ccd29c5780d4affc0d69640cdbc44 (diff)
downloaddrakx-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/c')
-rwxr-xr-xperl-install/c/stuff.xs.pl2
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