From 6edb18ee35fb15c501d8ff786830ef49ccbf2952 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sun, 2 May 2010 13:34:50 -0700 Subject: [PATCH] svga: Include svga_surface.h in svga_screen.c. Fixes svga_screen_init_surface_functions implicit declaration warning. --- src/gallium/drivers/svga/svga_screen.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/svga/svga_screen.c b/src/gallium/drivers/svga/svga_screen.c index 9fc613da749..ac310b6aedd 100644 --- a/src/gallium/drivers/svga/svga_screen.c +++ b/src/gallium/drivers/svga/svga_screen.c @@ -34,6 +34,7 @@ #include "svga_resource_texture.h" #include "svga_resource.h" #include "svga_debug.h" +#include "svga_surface.h" #include "svga3d_shaderdefs.h" -- 2.30.2