summaryrefslogtreecommitdiff
path: root/src/mesa/main/texrender.c
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-30 00:41:08 -0700
committerVinson Lee <vlee@vmware.com>2010-07-30 00:41:08 -0700
commit3fdd9fa556e9ba48244cb2b3966d3bfb0b84731b (patch)
tree2d6d359a582ade6246f6b78ca02832d045dba10a /src/mesa/main/texrender.c
parentbddbdd624f407604e0c306b05201970688411e89 (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/main/texrender.c')
-rw-r--r--src/mesa/main/texrender.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/texrender.c b/src/mesa/main/texrender.c
index d29af5a5b2..c68105b395 100644
--- a/src/mesa/main/texrender.c
+++ b/src/mesa/main/texrender.c
@@ -1,6 +1,7 @@
#include "context.h"
#include "colormac.h"
+#include "macros.h"
#include "texfetch.h"
#include "texrender.h"
#include "renderbuffer.h"