]> git.pld-linux.org Git - packages/linux-libc-headers.git/blob - linux-libc-headers-include.patch
- missing include
[packages/linux-libc-headers.git] / linux-libc-headers-include.patch
1 --- linux-2.6.21/include/linux/ethtool.h.orig   2007-04-26 05:08:32.000000000 +0200
2 +++ linux-2.6.21/include/linux/ethtool.h        2007-07-09 00:18:41.978873450 +0200
3 @@ -12,6 +12,7 @@
4  #ifndef _LINUX_ETHTOOL_H
5  #define _LINUX_ETHTOOL_H
6  
7 +#include <asm/types.h>
8  
9  /* This should work for both 32 and 64 bit userland. */
10  struct ethtool_cmd {
This page took 0.033249 seconds and 4 git commands to generate.