From ea37efb75474613d226ad1c4e662f3d84f441186 Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Mon, 7 Dec 2020 09:21:06 +0000 Subject: [PATCH] Allow sys/refcount.h to be used by standalone builds. No functional change. MFC after: 1 week Sponsored by: Mellanox Technologies // NVIDIA Networking --- sys/sys/refcount.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/refcount.h b/sys/sys/refcount.h index 9a8a4be45b95..c320316a8e87 100644 --- a/sys/sys/refcount.h +++ b/sys/sys/refcount.h @@ -32,7 +32,7 @@ #include -#ifdef _KERNEL +#if defined(_KERNEL) || defined(_STANDALONE) #include #else #include