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/25ecb31be24f
branches: trunk
changeset: 1009504:25ecb31be24f
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 37caf42dd437 -r 25ecb31be24f 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