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:
Vinson Lee 2010-07-10 00:15:27 -07:00
parent 00fb58ed5d
commit 8dc6d7610f
2 changed files with 2 additions and 0 deletions

View file

@ -38,6 +38,7 @@
#include "r600_context.h"
#include "r600_cmdbuf.h"
#include "r600_emit.h"
#include "r700_fragprog.h"

View file

@ -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"