svn commit: r321448 - stable/11/sbin/savecore

Mark Johnston markj at FreeBSD.org
Tue Jul 25 00:30:27 UTC 2017


Author: markj
Date: Tue Jul 25 00:30:25 2017
New Revision: 321448
URL: https://svnweb.freebsd.org/changeset/base/321448

Log:
  Include stdbool.h for r321447.
  
  This is a direct commit to stable/11.

Modified:
  stable/11/sbin/savecore/savecore.c

Modified: stable/11/sbin/savecore/savecore.c
==============================================================================
--- stable/11/sbin/savecore/savecore.c	Tue Jul 25 00:28:29 2017	(r321447)
+++ stable/11/sbin/savecore/savecore.c	Tue Jul 25 00:30:25 2017	(r321448)
@@ -75,6 +75,7 @@ __FBSDID("$FreeBSD$");
 #include <paths.h>
 #include <signal.h>
 #include <stdarg.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>


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