Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2019 19:50:38 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r351785 - stable/12/sys/sys
Message-ID:  <201909031950.x83JocFo072754@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909031950.x83JocFo072754>