diff options
author | Vinson Lee <vlee@vmware.com> | 2010-07-30 00:18:09 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-07-30 00:18:09 -0700 |
commit | bddbdd624f407604e0c306b05201970688411e89 (patch) | |
tree | 04699d4dd23652b38b332ba2d2ea9ee2b4131f37 /src/mesa/main/attrib.c | |
parent | 11fce3a821b64e1d53f893e82e5c92f549f3ab1d (diff) |
mesa: Include macros.h in attrib.c for COPY_4FV symbol.
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r-- | src/mesa/main/attrib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index 002448fedb..753949be50 100644 --- a/src/mesa/main/attrib.c +++ b/src/mesa/main/attrib.c @@ -41,6 +41,7 @@ #include "hint.h" #include "light.h" #include "lines.h" +#include "macros.h" #include "matrix.h" #include "multisample.h" #include "points.h" |