projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a30d98
)
svga: Include svga_surface.h in svga_screen.c.
author
Vinson Lee
<vlee@vmware.com>
Sun, 2 May 2010 20:34:50 +0000
(13:34 -0700)
committer
Vinson 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
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/svga/svga_screen.c
b/src/gallium/drivers/svga/svga_screen.c
index 9fc613da74910de4ab18d4a3c4a4a3304017b033..ac310b6aedde61bd5435dd2824b54794b550daab 100644
(file)
--- 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"