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

Author: Pierre-Eric Pelloux-Prayer <[email protected]>
Date:   Fri Mar 27 20:34:09 2020 +0100

ddebug: add missing forward declaration

Reviewed-by: Marek Olšák <[email protected]>
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"

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to