PERFORCE change 98992 for review

Hans Petter Selasky hselasky at FreeBSD.org
Sun Jun 11 17:07:27 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=98992

Change 98992 by hselasky at hselasky_mini_itx on 2006/06/11 17:05:05

	Include "sys/taskqueue.h" in case the other includes do not.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/umodem.c#5 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/umodem.c#5 (text+ko) ====

@@ -82,6 +82,7 @@
 #include <sys/kernel.h>
 #include <sys/termios.h>
 #include <sys/serial.h>
+#include <sys/taskqueue.h>
 
 #include <dev/usb/usb_port.h>
 #include <dev/usb/usb.h>


More information about the p4-projects mailing list