]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
[NET]: include <linux/types.h> into linux/ethtool.h for __u* typedef
authorKirill A. Shutemov <k.shutemov@gmail.com>
Fri, 7 Mar 2008 19:11:13 +0000 (11:11 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Mar 2008 19:11:13 +0000 (11:11 -0800)
Signed-off-by: Kirill A. Shutemov <k.shutemov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/ethtool.h

index fcbe8b640ffba57f04a35c986728bf850717bb6c..c8d216357865dda3e22bd503df478055b3d888b9 100644 (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 {