summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_mesa_to_tgsi.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2007-11-19 22:01:32 +0000
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2007-11-22 11:44:00 +0000
commit369ff9786d88d813fb8cd07607b5c1088399a702 (patch)
treec4fbad0455e539f8e01d8f6409719a44a99757c1 /src/mesa/state_tracker/st_mesa_to_tgsi.h
parentc5841425433f003af76f03435de719c40635005a (diff)
The right include was mtypes.h.
Diffstat (limited to 'src/mesa/state_tracker/st_mesa_to_tgsi.h')
-rw-r--r--src/mesa/state_tracker/st_mesa_to_tgsi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_mesa_to_tgsi.h b/src/mesa/state_tracker/st_mesa_to_tgsi.h
index f2c9773107..4cd4b96a58 100644
--- a/src/mesa/state_tracker/st_mesa_to_tgsi.h
+++ b/src/mesa/state_tracker/st_mesa_to_tgsi.h
@@ -29,7 +29,7 @@
#ifndef ST_MESA_TO_TGSI_H
#define ST_MESA_TO_TGSI_H
-#include "GL/gl.h"
+#include "mtypes.h"
#if defined __cplusplus