aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ucom.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2004-06-27 12:41:44 +0000
committerWarner Losh <imp@FreeBSD.org>2004-06-27 12:41:44 +0000
commitd1458cfdf452891d6373a78b26c02bb9d6a82baa (patch)
tree5506c872eb1674b4b37c7a959c111d8a90c6de48 /sys/dev/usb/ucom.c
parent4c42b42a79b4606b6d4ae87932475197586e377d (diff)
Notes
Diffstat (limited to 'sys/dev/usb/ucom.c')
-rw-r--r--sys/dev/usb/ucom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ucom.c b/sys/dev/usb/ucom.c
index 2d28cf7c487f0..b4759a713f148 100644
--- a/sys/dev/usb/ucom.c
+++ b/sys/dev/usb/ucom.c
@@ -92,7 +92,7 @@ __FBSDID("$FreeBSD$");
#include <dev/usb/usbdi.h>
#include <dev/usb/usbdi_util.h>
-#include <dev/usb/usbdevs.h>
+#include "usbdevs.h"
#include <dev/usb/usb_quirks.h>
#include <dev/usb/ucomvar.h>