[NET]: include <linux/types.h> into linux/ethtool.h for __u* typedef
Signed-off-by: Kirill A. Shutemov <k.shutemov@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e9720acd72
commit
e621e69137
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
#ifndef _LINUX_ETHTOOL_H
|
#ifndef _LINUX_ETHTOOL_H
|
||||||
#define _LINUX_ETHTOOL_H
|
#define _LINUX_ETHTOOL_H
|
||||||
|
|
||||||
|
#include <linux/types.h>
|
||||||
|
|
||||||
/* This should work for both 32 and 64 bit userland. */
|
/* This should work for both 32 and 64 bit userland. */
|
||||||
struct ethtool_cmd {
|
struct ethtool_cmd {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue