diff options
author | Brian Paul <brianp@vmware.com> | 2010-09-16 12:40:05 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-09-16 12:41:51 -0600 |
commit | 3a6f9d0f47861b1c618366d679ad8ddd9a06b323 (patch) | |
tree | a8ed543e3ff2fd36f06002e7cd262da04b8300a0 | |
parent | d4b2de13bc652cd134826801ada48d0bb88a8258 (diff) |
mesa: include mfeatures.h in formats.c
Otherwise, FEATURE_EXT_texture_sRGB was undefined.
This is (part of?) the fix for fd.o bug 30177.
-rw-r--r-- | src/mesa/main/formats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c index 112d7a0088..9db9f1c56e 100644 --- a/src/mesa/main/formats.c +++ b/src/mesa/main/formats.c @@ -26,6 +26,7 @@ #include "imports.h" #include "formats.h" +#include "mfeatures.h" /** |