# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.656   -> 1.657  
#	drivers/usb/net/cdc-ether.c	1.13    -> 1.14   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/05/23	greg@kroah.com	1.657
# USB cdc-ether driver compile time fix
# 
# fix compile time error, due to addition of jiffies.h
# --------------------------------------------
#
diff -Nru a/drivers/usb/net/cdc-ether.c b/drivers/usb/net/cdc-ether.c
--- a/drivers/usb/net/cdc-ether.c	Thu May 23 10:14:00 2002
+++ b/drivers/usb/net/cdc-ether.c	Thu May 23 10:14:00 2002
@@ -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>
