Allow sys/refcount.h to be used by standalone builds.

No functional change.

MFC after:	1 week
Sponsored by:	Mellanox Technologies // NVIDIA Networking
This commit is contained in:
Hans Petter Selasky 2020-12-07 09:21:06 +00:00
parent 6c9838ca71
commit ea37efb754
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368405

View File

@ -32,7 +32,7 @@
#include <machine/atomic.h>
#ifdef _KERNEL
#if defined(_KERNEL) || defined(_STANDALONE)
#include <sys/systm.h>
#else
#include <stdbool.h>