summaryrefslogtreecommitdiffstats
path: root/src/util/debug.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2015-11-24 10:05:04 -0800
committerMatt Turner <mattst88@gmail.com>2015-11-24 10:05:32 -0800
commitfafbf994cf6f4b6254226cdb0764cce7615f733d (patch)
treeaeeec925743f8b84aba113336ab3a991d5a5c4f0 /src/util/debug.h
parent2d8c5299032d229c8f6e936db5644cd53716e6c1 (diff)
downloadexternal_mesa3d-fafbf994cf6f4b6254226cdb0764cce7615f733d.zip
external_mesa3d-fafbf994cf6f4b6254226cdb0764cce7615f733d.tar.gz
external_mesa3d-fafbf994cf6f4b6254226cdb0764cce7615f733d.tar.bz2
util: Include <stdbool.h> in debug.h.
Diffstat (limited to 'src/util/debug.h')
-rw-r--r--src/util/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/debug.h b/src/util/debug.h
index 3555417..11a8561 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" {