Mesa (master): svga: Include svga_surface.h in svga_screen.c.

Vinson Lee vlee at kemper.freedesktop.org
Sun May 2 20:35:47 UTC 2010


Module: Mesa
Branch: master
Commit: 6edb18ee35fb15c501d8ff786830ef49ccbf2952
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=6edb18ee35fb15c501d8ff786830ef49ccbf2952

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun May  2 13:34:50 2010 -0700

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 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/gallium/drivers/svga/svga_screen.c b/src/gallium/drivers/svga/svga_screen.c
index 9fc613d..ac310b6 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"
 




More information about the mesa-commit mailing list