From 97ae0b9ca7006402071e6789a7452cd9c1104308 Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Fri, 13 Oct 2006 19:43:35 +0000 Subject: [PATCH] Include pcpu.h so that kernel is buildable w/o RWLOCK_NOINLINE option and with some code that uses rwlock(9). --- sys/sys/rwlock.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/sys/rwlock.h b/sys/sys/rwlock.h index 4444e363c7fe..f5dd53c112aa 100644 --- a/sys/sys/rwlock.h +++ b/sys/sys/rwlock.h @@ -36,6 +36,7 @@ #include #ifdef _KERNEL +#include #include #endif