From: Brian Paul Date: Thu, 16 Sep 2010 18:40:05 +0000 (-0600) Subject: mesa: include mfeatures.h in formats.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3a6f9d0f47861b1c618366d679ad8ddd9a06b323;p=mesa.git 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. --- diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c index 112d7a00883..9db9f1c56ea 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" /**