ddebug: add missing forward declaration

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4319>
This commit is contained in:
Pierre-Eric Pelloux-Prayer 2020-03-27 20:34:09 +01:00 committed by Marge Bot
parent 04885d61dd
commit 7f52bbb7c0

View file

@ -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"