mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 15:50:17 +01:00
util: rename include guard to avoid clash
src/mesa/main/debug.h uses the same include guard. Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
6d9d6071ee
commit
56f16c4fbb
1 changed files with 3 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue