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 3555417..11a8561 100644 (file)
@@ -25,6 +25,7 @@
 #define _DEBUG_H
 
 #include <stdint.h>
+#include <stdbool.h>
 
 #ifdef __cplusplus
 extern "C" {