From: Brian Paul Date: Tue, 10 Jun 2008 21:23:51 +0000 (-0600) Subject: mesa: include mtypes.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ef27bdbfa8fd4b7cdd7f1ab0e65bc30f17150d2e;p=mesa.git mesa: include mtypes.h --- diff --git a/src/mesa/shader/atifragshader.h b/src/mesa/shader/atifragshader.h index 32fb3a80190..e1dc20e6065 100644 --- a/src/mesa/shader/atifragshader.h +++ b/src/mesa/shader/atifragshader.h @@ -8,6 +8,8 @@ #ifndef ATIFRAGSHADER_H #define ATIFRAGSHADER_H +#include "main/mtypes.h" + #define MAX_NUM_INSTRUCTIONS_PER_PASS_ATI 8 #define MAX_NUM_PASSES_ATI 2 #define MAX_NUM_FRAGMENT_REGISTERS_ATI 6