svga: Include svga_surface.h in svga_screen.c.
authorVinson Lee <vlee@vmware.com>
Sun, 2 May 2010 20:34:50 +0000 (13:34 -0700)
committerVinson Lee <vlee@vmware.com>
Sun, 2 May 2010 20:34:50 +0000 (13:34 -0700)
Fixes svga_screen_init_surface_functions implicit declaration warning.

src/gallium/drivers/svga/svga_screen.c

index 9fc613d..ac310b6 100644 (file)
@@ -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"