<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># 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.383   -&gt; 1.384  
#	 drivers/usb/vicam.c	1.9     -&gt; 1.10   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/02/20	greg@kroah.com	1.384
# usb vicam driver:
# 	- compile time fixes
# --------------------------------------------
#
diff -Nru a/drivers/usb/vicam.c b/drivers/usb/vicam.c
--- a/drivers/usb/vicam.c	Wed Feb 20 16:56:31 2002
+++ b/drivers/usb/vicam.c	Wed Feb 20 16:56:31 2002
@@ -40,6 +40,8 @@
 #include &lt;linux/errno.h&gt;
 #include &lt;linux/poll.h&gt;
 #include &lt;linux/init.h&gt;
+#include &lt;linux/mm.h&gt;
+#include &lt;linux/pagemap.h&gt;
 #include &lt;linux/slab.h&gt;
 #include &lt;linux/fcntl.h&gt;
 #include &lt;linux/module.h&gt;
</pre></body></html>