diff options
author | Vinson Lee <vlee@vmware.com> | 2010-11-06 21:05:16 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-11-06 21:05:16 -0700 |
commit | d421149cc8b9abe2b9061e166dce953a984b169a (patch) | |
tree | 2e650204b624a3c62f2eeb5c22f7c385d33b3079 | |
parent | fb83400f6b9e8203bc2a8a3facac9ee28d4c45f8 (diff) |
mesa: Include mfeatures.h in api_loopback for FEATURE_beginend.
-rw-r--r-- | src/mesa/main/api_loopback.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/api_loopback.c b/src/mesa/main/api_loopback.c index 4d0a418d94..c438307d84 100644 --- a/src/mesa/main/api_loopback.c +++ b/src/mesa/main/api_loopback.c @@ -36,6 +36,7 @@ #include "glapi/glapi.h" #include "glapi/glthread.h" #include "main/dispatch.h" +#include "mfeatures.h" /* KW: A set of functions to convert unusual Color/Normal/Vertex/etc * calls to a smaller set of driver-provided formats. Currently just |