util: Include <stdbool.h> in debug.h.
authorMatt Turner <mattst88@gmail.com>
Tue, 24 Nov 2015 18:05:04 +0000 (10:05 -0800)
committerMatt Turner <mattst88@gmail.com>
Tue, 24 Nov 2015 18:05:32 +0000 (10:05 -0800)
src/util/debug.h

index 35554179ab079be4e698a693406d8448e8bfd20c..11a8561eb57d1d61af672aac9a3f48de5a10cdb4 100644 (file)
@@ -25,6 +25,7 @@
 #define _DEBUG_H
 
 #include <stdint.h>
+#include <stdbool.h>
 
 #ifdef __cplusplus
 extern "C" {