diff mode.h @ 20:40748b097655

add output.
author David A. Holland
date Mon, 20 Dec 2010 04:03:35 -0500
parents ee9a66b87c70
children 76c114899f63
line wrap: on
line diff
--- a/mode.h	Mon Dec 20 03:55:19 2010 -0500
+++ b/mode.h	Mon Dec 20 04:03:35 2010 -0500
@@ -1,3 +1,5 @@
+#include <stdbool.h>
+
 struct mode {
 	bool werror;
 	bool input_allow_dollars;