]> git.hungrycats.org Git - linux/commitdiff
USB cdc-ether driver compile time fix
authorGreg Kroah-Hartman <greg@kroah.com>
Wed, 22 May 2002 17:17:01 +0000 (10:17 -0700)
committerGreg Kroah-Hartman <greg@kroah.com>
Wed, 22 May 2002 17:17:01 +0000 (10:17 -0700)
fix compile time error, due to addition of jiffies.h

drivers/usb/net/cdc-ether.c

index c257e9185dcf1a78500d10274f070b983c101ee2..a1a9e5505337ad6772e7ca37c884aa11562f8735 100644 (file)
@@ -18,7 +18,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  */
 
-
+#include <linux/types.h>
 #include <linux/jiffies.h>
 #include <linux/slab.h>
 #include <linux/init.h>