|
|
http://perforce.freebsd.org/chv.cgi?CH=98992
Change 98992 by hselasky@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>
_______________________________________________
p4-projects@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@xxxxxxxxxxx"
|
|