diff options
author | Vinson Lee <[email protected]> | 2010-07-30 00:41:08 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-30 00:41:08 -0700 |
commit | 3fdd9fa556e9ba48244cb2b3966d3bfb0b84731b (patch) | |
tree | 2d6d359a582ade6246f6b78ca02832d045dba10a /src/mesa/math | |
parent | bddbdd624f407604e0c306b05201970688411e89 (diff) |
mesa: Include macros.h in files that use symbols from macros.h.
Don't rely on inclusion of other files that already include macros.h.
Diffstat (limited to 'src/mesa/math')
-rw-r--r-- | src/mesa/math/m_translate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/math/m_translate.c b/src/mesa/math/m_translate.c index b12b07957cb..1d26fa147dd 100644 --- a/src/mesa/math/m_translate.c +++ b/src/mesa/math/m_translate.c @@ -29,6 +29,7 @@ #include "main/glheader.h" +#include "main/macros.h" #include "main/mtypes.h" /* GLchan hack */ #include "main/colormac.h" |