mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 01:50:10 +01:00
svga: Include svga_surface.h in svga_screen.c.
Fixes svga_screen_init_surface_functions implicit declaration warning.
This commit is contained in:
parent
1a30d98159
commit
6edb18ee35
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue