From: Pierre-Eric Pelloux-Prayer Date: Fri, 27 Mar 2020 19:34:09 +0000 (+0100) Subject: ddebug: add missing forward declaration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7f52bbb7c026b846fae3ccecbab7d0b2693e5c45;p=mesa.git ddebug: add missing forward declaration Reviewed-by: Marek Olšák Part-of: --- 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"