From: Vinson Lee Date: Sun, 2 May 2010 20:34:50 +0000 (-0700) Subject: svga: Include svga_surface.h in svga_screen.c. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6edb18ee35fb15c501d8ff786830ef49ccbf2952;p=mesa.git svga: Include svga_surface.h in svga_screen.c. Fixes svga_screen_init_surface_functions implicit declaration warning. --- 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"