mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-02 14:28:05 +02:00
r600: Include missing header in evergreen_render.c.
Fixes the following GCC warning. evergreen_render.c: In function 'evergreenTryDrawPrims': evergreen_render.c:836: error: implicit declaration of function 'evergreenSetupFragmentProgram'
This commit is contained in:
parent
8cf7eaf3ff
commit
3a97ec7f48
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
|||
#include "r600_context.h"
|
||||
#include "r600_cmdbuf.h"
|
||||
|
||||
#include "evergreen_fragprog.h"
|
||||
#include "evergreen_vertprog.h"
|
||||
|
||||
#include "evergreen_state.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue