summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-09-17 10:25:18 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-17 10:25:18 -0600
commit095ca0acd8019e8f2da89f9320b92ce4a96a140e (patch)
tree8b07581555de5ed0c57627e3a740b533e8dd738e /src/mesa
parent66682651b622be201b211d50c7311e0b81b2b4a5 (diff)
gallium: include prog_print.h to silence warning
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/state_tracker/st_mesa_to_tgsi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_mesa_to_tgsi.c b/src/mesa/state_tracker/st_mesa_to_tgsi.c
index ff0bc04619..b9807bb807 100644
--- a/src/mesa/state_tracker/st_mesa_to_tgsi.c
+++ b/src/mesa/state_tracker/st_mesa_to_tgsi.c
@@ -40,6 +40,7 @@
#include "st_mesa_to_tgsi.h"
#include "shader/prog_instruction.h"
#include "shader/prog_parameter.h"
+#include "shader/prog_print.h"
#include "pipe/p_debug.h"
/*