From 80b597cfbf244506a800367c2afd10c94ac37e9b Mon Sep 17 00:00:00 2001
From: "Meredith L. Patterson" <mlp@thesmartpolitenerd.com>
Date: Fri, 6 Dec 2013 06:11:48 +0100
Subject: [PATCH] move stdbool.h to top level

---
 src/hammer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hammer.h b/src/hammer.h
index 7715774..16bff4d 100644
--- a/src/hammer.h
+++ b/src/hammer.h
@@ -20,6 +20,7 @@
 #ifndef HAMMER_INTERNAL__NO_STDARG_H
 #include <stdarg.h>
 #endif // HAMMER_INTERNAL__NO_STDARG_H
+#include <stdbool.h>
 #include <stdint.h>
 #include <stdio.h>
 #include "allocator.h"
@@ -34,7 +35,6 @@ extern "C" {
 #endif
 
 #ifndef __cplusplus
-#include <stdbool.h>
   //#ifndef HAMMER_INTERNAL__NO_STDARG_H
   //typedef int bool;
   //#endif // HAMMER_INTERNAL__NO_STDARG_H
-- 
GitLab