From 2b5ef924fcb4241ab99cfc34cc4212e6e54a16c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tapani=20P=C3=A4lli?= Date: Thu, 16 Apr 2015 11:03:45 +0300 Subject: [PATCH] mesa: add forward declaration of gl_program_resource MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This hopefully fixes MinGW build. Signed-off-by: Tapani Pälli Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=90048 --- src/mesa/main/mtypes.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 1c751cf..431bacd 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -77,6 +77,7 @@ struct gl_attrib_node; struct gl_list_extensions; struct gl_meta_state; struct gl_program_cache; +struct gl_program_resource; struct gl_texture_object; struct gl_debug_state; struct gl_context; -- 2.1.0