From: José Fonseca Date: Mon, 19 Nov 2007 22:01:32 +0000 (+0000) Subject: The right include was mtypes.h. X-Git-Tag: 062012170305~17580^2~390^2~3309 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=369ff9786d88d813fb8cd07607b5c1088399a702;p=profile%2Fivi%2Fmesa.git The right include was mtypes.h. --- diff --git a/src/mesa/state_tracker/st_mesa_to_tgsi.h b/src/mesa/state_tracker/st_mesa_to_tgsi.h index f2c9773..4cd4b96 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