Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb usbdi(9): Fix missing includes in usbdi.h.



details:   https://anonhg.NetBSD.org/src/rev/20bcea42652c
branches:  trunk
changeset: 361564:20bcea42652c
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Feb 14 09:22:30 2022 +0000

description:
usbdi(9): Fix missing includes in usbdi.h.

diffstat:

 sys/dev/usb/usbdi.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 39b0291a72d7 -r 20bcea42652c sys/dev/usb/usbdi.h
--- a/sys/dev/usb/usbdi.h       Mon Feb 14 08:12:48 2022 +0000
+++ b/sys/dev/usb/usbdi.h       Mon Feb 14 09:22:30 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usbdi.h,v 1.103 2021/06/13 14:48:10 riastradh Exp $    */
+/*     $NetBSD: usbdi.h,v 1.104 2022/02/14 09:22:30 riastradh Exp $    */
 /*     $FreeBSD: src/sys/dev/usb/usbdi.h,v 1.18 1999/11/17 22:33:49 n_hibma Exp $      */
 
 /*
@@ -34,6 +34,10 @@
 #ifndef _USBDI_H_
 #define _USBDI_H_
 
+#include <sys/types.h>
+
+#include <dev/usb/usb.h>
+
 struct usbd_bus;
 struct usbd_device;
 struct usbd_interface;



Home | Main Index | Thread Index | Old Index