summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-10 00:15:27 -0700
committerVinson Lee <vlee@vmware.com>2010-07-10 00:15:27 -0700
commit8dc6d7610fa2e639b6cdbc8b4e277563cfd87a5e (patch)
tree3fd1609f4ab83a4c0a759db8af82f0a1999d8037
parent00fb58ed5d7104e675fe48d84e5049e5f7dbb9d7 (diff)
r600: Fix GCC 'implication declaration of function' warnings.
Fix GCC 'implicit declaration of function' compiler warnings resulting from commit 00fb58ed5d7104e675fe48d84e5049e5f7dbb9d7.
-rw-r--r--src/mesa/drivers/dri/r600/r700_fragprog.c1
-rw-r--r--src/mesa/drivers/dri/r600/r700_vertprog.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r600/r700_fragprog.c b/src/mesa/drivers/dri/r600/r700_fragprog.c
index aab1a7947ab..bf17a977ce4 100644
--- a/src/mesa/drivers/dri/r600/r700_fragprog.c
+++ b/src/mesa/drivers/dri/r600/r700_fragprog.c
@@ -38,6 +38,7 @@
#include "r600_context.h"
#include "r600_cmdbuf.h"
+#include "r600_emit.h"
#include "r700_fragprog.h"
diff --git a/src/mesa/drivers/dri/r600/r700_vertprog.c b/src/mesa/drivers/dri/r600/r700_vertprog.c
index 32f538f1c37..137f3007ced 100644
--- a/src/mesa/drivers/dri/r600/r700_vertprog.c
+++ b/src/mesa/drivers/dri/r600/r700_vertprog.c
@@ -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"