util: Include <stdbool.h> in debug.h.

This commit is contained in:
Matt Turner
2015-11-24 10:05:04 -08:00
parent 2d8c529903
commit fafbf994cf
+1
View File
@@ -25,6 +25,7 @@
#define _DEBUG_H
#include <stdint.h>
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {