aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/driver_ddebug
diff options
context:
space:
mode:
authorPierre-Eric Pelloux-Prayer <[email protected]>2020-03-27 20:34:09 +0100
committerMarge Bot <[email protected]>2020-03-30 11:05:52 +0000
commit7f52bbb7c026b846fae3ccecbab7d0b2693e5c45 (patch)
tree381453ce0675b254a42b4bf306c29a78c2065698 /src/gallium/auxiliary/driver_ddebug
parent04885d61dd228f3da6f88584d3eb1d7e4c228e98 (diff)
ddebug: add missing forward declaration
Reviewed-by: Marek Olšák <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4319>
Diffstat (limited to 'src/gallium/auxiliary/driver_ddebug')
-rw-r--r--src/gallium/auxiliary/driver_ddebug/dd_util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/driver_ddebug/dd_util.h b/src/gallium/auxiliary/driver_ddebug/dd_util.h
index d3a1a36af62..4c77cbcc163 100644
--- a/src/gallium/auxiliary/driver_ddebug/dd_util.h
+++ b/src/gallium/auxiliary/driver_ddebug/dd_util.h
@@ -47,6 +47,7 @@
#define mkdir(dir, mode) _mkdir(dir)
#endif
+struct pipe_screen;
/* name of the directory in home */
#define DD_DIR "ddebug_dumps"