summaryrefslogtreecommitdiff
path: root/lib/mesa/src/util/u_debug.h
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2020-09-22 01:35:23 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2020-09-22 01:35:23 +0000
commit27e7bb02bd0f89f96d9e3b402b46c2c97ee4defe (patch)
tree274247cd9317896d1f4f7b12d469b85dbbae9205 /lib/mesa/src/util/u_debug.h
parent294c26e88dc461cbb485be73fd6624ec386b4f0b (diff)
Import Mesa 20.0.8
Diffstat (limited to 'lib/mesa/src/util/u_debug.h')
-rw-r--r--lib/mesa/src/util/u_debug.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/mesa/src/util/u_debug.h b/lib/mesa/src/util/u_debug.h
index a9e44bf24..bc6cd8ac2 100644
--- a/lib/mesa/src/util/u_debug.h
+++ b/lib/mesa/src/util/u_debug.h
@@ -38,17 +38,18 @@
#ifndef U_DEBUG_H_
#define U_DEBUG_H_
-#include <stdarg.h>
-#include <string.h>
+
#include "util/os_misc.h"
#include "util/detect_os.h"
-#include "util/macros.h"
#if DETECT_OS_HAIKU
/* Haiku provides debug_printf in libroot with OS.h */
#include <OS.h>
#endif
+#include "pipe/p_defines.h"
+
+
#ifdef __cplusplus
extern "C" {
#endif