Source-Changes-HG archive

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

[src/trunk]: src/sys/external/bsd/dwc2 Need <sys/sysctl.h> for previous



details:   https://anonhg.NetBSD.org/src/rev/a3528ea316cc
branches:  trunk
changeset: 846882:a3528ea316cc
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Dec 03 13:37:50 2019 +0000

description:
Need <sys/sysctl.h> for previous

diffstat:

 sys/external/bsd/dwc2/dwc2.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 7c0e3c9efcda -r a3528ea316cc sys/external/bsd/dwc2/dwc2.c
--- a/sys/external/bsd/dwc2/dwc2.c      Tue Dec 03 13:30:52 2019 +0000
+++ b/sys/external/bsd/dwc2/dwc2.c      Tue Dec 03 13:37:50 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dwc2.c,v 1.61 2019/12/03 11:25:43 skrll Exp $  */
+/*     $NetBSD: dwc2.c,v 1.62 2019/12/03 13:37:50 skrll Exp $  */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dwc2.c,v 1.61 2019/12/03 11:25:43 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dwc2.c,v 1.62 2019/12/03 13:37:50 skrll Exp $");
 
 #include "opt_usb.h"
 
@@ -43,6 +43,7 @@
 #include <sys/proc.h>
 #include <sys/queue.h>
 #include <sys/select.h>
+#include <sys/sysctl.h>
 #include <sys/systm.h>
 
 #include <machine/endian.h>



Home | Main Index | Thread Index | Old Index