diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-02 17:54:39 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-02 17:54:39 -0400 |
commit | 01a67dbfc491832def1ba8a2c3e7cda228e6f7c2 (patch) | |
tree | e5a25487d4ec161ed7e83754710ba8f83ec355f1 /src/grp-udev/libudev-core/net | |
parent | d7efceae3181337f25c8ef992923ae172b28b277 (diff) |
./fixup.sh
Diffstat (limited to 'src/grp-udev/libudev-core/net')
-rw-r--r-- | src/grp-udev/libudev-core/net/ethtool-util.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/grp-udev/libudev-core/net/ethtool-util.c b/src/grp-udev/libudev-core/net/ethtool-util.c index 759ecde5e4..b381284a6b 100644 --- a/src/grp-udev/libudev-core/net/ethtool-util.c +++ b/src/grp-udev/libudev-core/net/ethtool-util.c @@ -17,11 +17,12 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include <linux/ethtool.h> -#include <linux/sockios.h> #include <net/if.h> #include <sys/ioctl.h> +#include <linux/ethtool.h> +#include <linux/sockios.h> + #include "basic/log.h" #include "basic/string-table.h" #include "basic/strxcpyx.h" |