svn commit: r351785 - stable/12/sys/sys

Konstantin Belousov kib at FreeBSD.org
Tue Sep 3 19:50:39 UTC 2019


Author: kib
Date: Tue Sep  3 19:50:38 2019
New Revision: 351785
URL: https://svnweb.freebsd.org/changeset/base/351785

Log:
  MFC r350200:
  Fix userspace build after r350199.

Modified:
  stable/12/sys/sys/refcount.h
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/sys/refcount.h
==============================================================================
--- stable/12/sys/sys/refcount.h	Tue Sep  3 19:49:40 2019	(r351784)
+++ stable/12/sys/sys/refcount.h	Tue Sep  3 19:50:38 2019	(r351785)
@@ -37,6 +37,7 @@
 #ifdef _KERNEL
 #include <sys/systm.h>
 #else
+#include <stdbool.h>
 #define	KASSERT(exp, msg)	/* */
 #endif
 


More information about the svn-src-stable-12 mailing list