r600: Fix GCC 'implication declaration of function' warnings.
authorVinson Lee <vlee@vmware.com>
Sat, 10 Jul 2010 07:15:27 +0000 (00:15 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 10 Jul 2010 07:15:27 +0000 (00:15 -0700)
Fix GCC 'implicit declaration of function' compiler warnings resulting
from commit 00fb58ed5d7104e675fe48d84e5049e5f7dbb9d7.

src/mesa/drivers/dri/r600/r700_fragprog.c
src/mesa/drivers/dri/r600/r700_vertprog.c

index aab1a79..bf17a97 100644 (file)
@@ -38,6 +38,7 @@
 
 #include "r600_context.h"
 #include "r600_cmdbuf.h"
+#include "r600_emit.h"
 
 #include "r700_fragprog.h"
 
index 32f538f..137f300 100644 (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"