summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CheckItem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CheckItem.h b/CheckItem.h
index 98ed17a..58c1fdc 100644
--- a/CheckItem.h
+++ b/CheckItem.h
@@ -9,6 +9,7 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
+#include <stdbool.h>
#include "Object.h"
typedef struct CheckItem_ {