dect
/
linux-2.6
Archived
13
0
Fork 0

[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:
Kirill A. Shutemov 2008-03-07 11:11:13 -08:00 committed by David S. Miller
parent e9720acd72
commit e621e69137
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
#ifndef _LINUX_ETHTOOL_H
#define _LINUX_ETHTOOL_H
#include <linux/types.h>
/* This should work for both 32 and 64 bit userland. */
struct ethtool_cmd {