diff options
author | Matt Turner <[email protected]> | 2015-11-24 10:05:04 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2015-11-24 10:05:32 -0800 |
commit | fafbf994cf6f4b6254226cdb0764cce7615f733d (patch) | |
tree | aeeec925743f8b84aba113336ab3a991d5a5c4f0 /src/util | |
parent | 2d8c5299032d229c8f6e936db5644cd53716e6c1 (diff) |
util: Include <stdbool.h> in debug.h.
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/debug.h b/src/util/debug.h index 35554179ab0..11a8561eb57 100644 --- a/src/util/debug.h +++ b/src/util/debug.h @@ -25,6 +25,7 @@ #define _DEBUG_H #include <stdint.h> +#include <stdbool.h> #ifdef __cplusplus extern "C" { |