From d06b076544a72b79acd440111719934881890aba Mon Sep 17 00:00:00 2001 From: n_hibma Date: Fri, 8 Oct 1999 07:38:11 +0000 Subject: [PATCH] Move the include of device.h into the NetBSD specific section. Submitted by: Guy Helmer --- sys/dev/usb/umodem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/usb/umodem.c b/sys/dev/usb/umodem.c index 5979a83a222..7d1b56998bd 100644 --- a/sys/dev/usb/umodem.c +++ b/sys/dev/usb/umodem.c @@ -44,6 +44,7 @@ #include #if defined(__NetBSD__) #include +#include #elif defined(__FreeBSD__) #include #include @@ -55,7 +56,6 @@ #include #include #include -#include #include #include -- 2.45.2