diff place.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 a2f047301c15
children 16b4451e34b8
line wrap: on
line diff
--- a/place.h	Fri Jun 12 03:21:36 2015 -0400
+++ b/place.h	Fri Jun 12 03:28:19 2015 -0400
@@ -30,7 +30,7 @@
 #ifndef PLACE_H
 #define PLACE_H
 
-#include <stdbool.h>
+#include "bool.h"
 
 enum places {
 	P_NOWHERE,