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>
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to