Mesa (master): ddebug: add missing forward declaration

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Mar 30 11:22:41 UTC 2020


Module: Mesa
Branch: master
Commit: 7f52bbb7c026b846fae3ccecbab7d0b2693e5c45
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f52bbb7c026b846fae3ccecbab7d0b2693e5c45

Author: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer at amd.com>
Date:   Fri Mar 27 20:34:09 2020 +0100

ddebug: add missing forward declaration

Reviewed-by: Marek Olšák <marek.olsak at amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4319>

---

 src/gallium/auxiliary/driver_ddebug/dd_util.h | 1 +
 1 file changed, 1 insertion(+)

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"



More information about the mesa-commit mailing list