Fix userspace build after r350199.

Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2019-07-21 16:24:40 +00:00
parent f1cf2b9dcb
commit 1004039858

View File

@ -36,6 +36,7 @@
#ifdef _KERNEL
#include <sys/systm.h>
#else
#include <stdbool.h>
#define KASSERT(exp, msg) /* */
#endif