Module Name:    src
Committed By:   mlelstv
Date:           Sat Apr 25 07:23:21 UTC 2020

Modified Files:
        src/sys/sys: threadpool.h

Log Message:
we use kcondvars, we need to include the header


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/sys/threadpool.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/threadpool.h
diff -u src/sys/sys/threadpool.h:1.6 src/sys/sys/threadpool.h:1.7
--- src/sys/sys/threadpool.h:1.6	Wed Dec 26 22:16:27 2018
+++ src/sys/sys/threadpool.h	Sat Apr 25 07:23:21 2020
@@ -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;

Reply via email to