mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 16:00:09 +01:00
r600: Fix GCC 'implication declaration of function' warnings.
Fix GCC 'implicit declaration of function' compiler warnings resulting
from commit 00fb58ed5d.
This commit is contained in:
parent
00fb58ed5d
commit
8dc6d7610f
2 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,7 @@
|
|||
|
||||
#include "r600_context.h"
|
||||
#include "r600_cmdbuf.h"
|
||||
#include "r600_emit.h"
|
||||
|
||||
#include "r700_fragprog.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -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