Module: Mesa Branch: master Commit: 3a6f9d0f47861b1c618366d679ad8ddd9a06b323 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a6f9d0f47861b1c618366d679ad8ddd9a06b323
Author: Brian Paul <[email protected]> Date: Thu Sep 16 12:40:05 2010 -0600 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. --- 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 112d7a0..9db9f1c 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" /** _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
