mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
r600: Include missing header in evergreen_vertprog.c.
Include r600_emit.h for r600EmitShader and r600EmitShaderConsts symbols. Fixes the following GCC warnings. evergreen_vertprog.c:614: warning: implicit declaration of function 'r600EmitShader' evergreen_vertprog.c:701: warning: implicit declaration of function 'r600EmitShaderConsts'
This commit is contained in:
parent
deffeba172
commit
cab86cb765
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@
|
|||
#include "radeon_debug.h"
|
||||
#include "r600_context.h"
|
||||
#include "r600_cmdbuf.h"
|
||||
#include "r600_emit.h"
|
||||
#include "program/programopt.h"
|
||||
|
||||
#include "r700_debug.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue