diff mode.h @ 183:4c3375895c6e

Don't use <stdbool.h> unless __STDC__ is large enough. Works around Solaris's broken environment.
author David A. Holland
date Fri, 12 Jun 2015 03:28:19 -0400
parents 76c114899f63
children 16b4451e34b8
line wrap: on
line diff
--- a/mode.h	Fri Jun 12 03:21:36 2015 -0400
+++ b/mode.h	Fri Jun 12 03:28:19 2015 -0400
@@ -27,7 +27,7 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <stdbool.h>
+#include "bool.h"
 
 struct mode {
 	bool werror;