Module Name: src Committed By: oster Date: Mon Jan 6 01:37:57 UTC 2020
Modified Files: src/sys/sys: sched.h Log Message: Build fix. Add back inclusion of <sys/queue.h>, which was previously included via <sys/evnct.h>. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 src/sys/sys/sched.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/sched.h diff -u src/sys/sys/sched.h:1.83 src/sys/sys/sched.h:1.84 --- src/sys/sys/sched.h:1.83 Sun Jan 5 20:26:56 2020 +++ src/sys/sys/sched.h Mon Jan 6 01:37:57 2020 @@ -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)