projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d8c529
)
util: Include <stdbool.h> in debug.h.
author
Matt Turner
<mattst88@gmail.com>
Tue, 24 Nov 2015 18:05:04 +0000
(10:05 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Tue, 24 Nov 2015 18:05:32 +0000
(10:05 -0800)
src/util/debug.h
patch
|
blob
|
history
diff --git
a/src/util/debug.h
b/src/util/debug.h
index 35554179ab079be4e698a693406d8448e8bfd20c..11a8561eb57d1d61af672aac9a3f48de5a10cdb4 100644
(file)
--- 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" {