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.
This commit is contained in:
Brian Paul 2010-09-16 12:40:05 -06:00
parent d4b2de13bc
commit 3a6f9d0f47
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include "imports.h"
#include "formats.h"
#include "mfeatures.h"
/**