diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-28 08:15:04 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-01-28 08:15:04 +0000 |
commit | 1c5c7896c1d54abd25c0f33ca996165b359eecb3 (patch) | |
tree | bc5a10bbe89ecd4008a5bed7a029babc992f66b5 /lib/mesa/src/glx/apple/apple_glx_pbuffer.c | |
parent | c55dff45ea3a2c70e45601240b248017acc48198 (diff) |
Import Mesa 22.3.4
Diffstat (limited to 'lib/mesa/src/glx/apple/apple_glx_pbuffer.c')
-rw-r--r-- | lib/mesa/src/glx/apple/apple_glx_pbuffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mesa/src/glx/apple/apple_glx_pbuffer.c b/lib/mesa/src/glx/apple/apple_glx_pbuffer.c index e97e29323..9c824f4a9 100644 --- a/lib/mesa/src/glx/apple/apple_glx_pbuffer.c +++ b/lib/mesa/src/glx/apple/apple_glx_pbuffer.c @@ -48,7 +48,7 @@ #include "apple_glx.h" #include "glxconfig.h" #include "apple_cgl.h" -#include "util/debug.h" +#include "util/u_debug.h" /* mesa defines in glew.h, Apple in glext.h. * Due to namespace nightmares, just do it here. |