svga: Include svga_surface.h in svga_screen.c.

Fixes svga_screen_init_surface_functions implicit declaration warning.
This commit is contained in:
Vinson Lee 2010-05-02 13:34:50 -07:00
parent 1a30d98159
commit 6edb18ee35

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