diff options
author | Vinson Lee <[email protected]> | 2011-01-07 00:08:24 -0800 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2011-01-07 00:13:00 -0800 |
commit | db61b9ce39bccc43140357652ceb78baaf2aea44 (patch) | |
tree | d642e96a9351d5786e5b356ccfcdbfb1e1289d75 /src/mesa/main/ffvertex_prog.c | |
parent | 7c320a869b7c755e6cf3fc0bb37f4b0bd66ba3e0 (diff) |
mesa: Directly include mfeatures.h in files that perform feature tests.
Diffstat (limited to 'src/mesa/main/ffvertex_prog.c')
-rw-r--r-- | src/mesa/main/ffvertex_prog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/ffvertex_prog.c b/src/mesa/main/ffvertex_prog.c index 0f2c313c819..b8e49a3757f 100644 --- a/src/mesa/main/ffvertex_prog.c +++ b/src/mesa/main/ffvertex_prog.c @@ -36,6 +36,7 @@ #include "main/glheader.h" #include "main/mtypes.h" #include "main/macros.h" +#include "main/mfeatures.h" #include "main/enums.h" #include "main/ffvertex_prog.h" #include "program/program.h" |