svn commit: r350200 - head/sys/sys

Konstantin Belousov kib at FreeBSD.org
Sun Jul 21 16:24:40 UTC 2019


Author: kib
Date: Sun Jul 21 16:24:40 2019
New Revision: 350200
URL: https://svnweb.freebsd.org/changeset/base/350200

Log:
  Fix userspace build after r350199.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	1 week

Modified:
  head/sys/sys/refcount.h

Modified: head/sys/sys/refcount.h
==============================================================================
--- head/sys/sys/refcount.h	Sun Jul 21 15:07:12 2019	(r350199)
+++ head/sys/sys/refcount.h	Sun Jul 21 16:24:40 2019	(r350200)
@@ -36,6 +36,7 @@
 #ifdef _KERNEL
 #include <sys/systm.h>
 #else
+#include <stdbool.h>
 #define	KASSERT(exp, msg)	/* */
 #endif
 


More information about the svn-src-all mailing list