Add #include <stdbool.h>.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 5 Aug 2008 21:12:22 +0000 (21:12 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 5 Aug 2008 21:12:22 +0000 (21:12 +0000)
[r21005]

driver/firm_opt.c

index 653cb1d..5fc0c01 100644 (file)
@@ -6,6 +6,7 @@
  *
  * $Id$
  */
+#include <stdbool.h>
 #include <stdlib.h>
 #include <string.h>
 #include <assert.h>