From 3a6f9d0f47861b1c618366d679ad8ddd9a06b323 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Thu, 16 Sep 2010 12:40:05 -0600 Subject: 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 file changed, 1 insertion(+) (limited to 'src/mesa/main') 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" /** -- cgit v1.2.3