dri/common: Add option to allow exposure of 10 bpc color configs. (v2)
[mesa.git] / src / util / debug.h
index 35554179ab079be4e698a693406d8448e8bfd20c..75ebc2ebffba9f64f6c4a9fdb8a3ee6698ea5729 100644 (file)
  * IN THE SOFTWARE.
  */
 
-#ifndef _DEBUG_H
-#define _DEBUG_H
+#ifndef _UTIL_DEBUG_H
+#define _UTIL_DEBUG_H
 
 #include <stdint.h>
+#include <stdbool.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -45,4 +46,4 @@ env_var_as_boolean(const char *var_name, bool default_value);
 } /* extern C */
 #endif
 
-#endif /* _DEBUG_H */
+#endif /* _UTIL_DEBUG_H */