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