Date: Fri, 21 Sep 2018 21:15:43 +0000 (UTC) From: Mark Johnston <markj@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r338868 - stable/11/usr.sbin/asf Message-ID: <201809212115.w8LLFhDw000421@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: markj Date: Fri Sep 21 21:15:43 2018 New Revision: 338868 URL: https://svnweb.freebsd.org/changeset/base/338868 Log: Include stdbool.h so that we can use bool in linker.h. As asf(8) is gone in head, this is a direct commit to stable/11. Modified: stable/11/usr.sbin/asf/asf_kvm.c Modified: stable/11/usr.sbin/asf/asf_kvm.c ============================================================================== --- stable/11/usr.sbin/asf/asf_kvm.c Fri Sep 21 20:40:37 2018 (r338867) +++ stable/11/usr.sbin/asf/asf_kvm.c Fri Sep 21 21:15:43 2018 (r338868) @@ -37,6 +37,7 @@ __FBSDID("$FreeBSD$"); #include <kvm.h> #include <limits.h> #include <nlist.h> +#include <stdbool.h> #include <stdlib.h> #include <string.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809212115.w8LLFhDw000421>