Source-Changes-HG archive

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

[src/trunk]: src/sys/sys we use kcondvars, we need to include the header



details:   https://anonhg.NetBSD.org/src/rev/6a61155862b4
branches:  trunk
changeset: 931259:6a61155862b4
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Sat Apr 25 07:23:21 2020 +0000

description:
we use kcondvars, we need to include the header

diffstat:

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

diffs (17 lines):

diff -r 501047f7a081 -r 6a61155862b4 sys/sys/threadpool.h
--- a/sys/sys/threadpool.h      Sat Apr 25 05:17:16 2020 +0000
+++ b/sys/sys/threadpool.h      Sat Apr 25 07:23:21 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: threadpool.h,v 1.6 2018/12/26 22:16:27 thorpej Exp $   */
+/*     $NetBSD: threadpool.h,v 1.7 2020/04/25 07:23:21 mlelstv Exp $   */
 
 /*-
  * Copyright (c) 2014 The NetBSD Foundation, Inc.
@@ -39,6 +39,7 @@
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/mutex.h>
+#include <sys/condvar.h>
 #include <sys/queue.h>
 
 struct threadpool;



Home | Main Index | Thread Index | Old Index