Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Build fix. Add back inclusion of <sys/queue.h>, whi...



details:   https://anonhg.NetBSD.org/src/rev/29128699ff11
branches:  trunk
changeset: 466902:29128699ff11
user:      oster <oster%NetBSD.org@localhost>
date:      Mon Jan 06 01:37:57 2020 +0000

description:
Build fix.  Add back inclusion of <sys/queue.h>, which was previously
included via <sys/evnct.h>.

diffstat:

 sys/sys/sched.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0ea3ef1d99d1 -r 29128699ff11 sys/sys/sched.h
--- a/sys/sys/sched.h   Sun Jan 05 22:01:09 2020 +0000
+++ b/sys/sys/sched.h   Mon Jan 06 01:37:57 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sched.h,v 1.83 2020/01/05 20:26:56 ad Exp $    */
+/*     $NetBSD: sched.h,v 1.84 2020/01/06 01:37:57 oster Exp $ */
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2002, 2007, 2008, 2019
@@ -71,6 +71,7 @@
 #define        _SYS_SCHED_H_
 
 #include <sys/featuretest.h>
+#include <sys/queue.h>
 #include <sys/types.h>
 
 #if defined(_KERNEL_OPT)



Home | Main Index | Thread Index | Old Index