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:
parent
6c9838ca71
commit
ea37efb754
@ -32,7 +32,7 @@
|
||||
|
||||
#include <machine/atomic.h>
|
||||
|
||||
#ifdef _KERNEL
|
||||
#if defined(_KERNEL) || defined(_STANDALONE)
|
||||
#include <sys/systm.h>
|
||||
#else
|
||||
#include <stdbool.h>
|
||||
|
Loading…
Reference in New Issue
Block a user