OSDN Git Service

mesa: include mfeatures.h in formats.c
authorBrian Paul <brianp@vmware.com>
Thu, 16 Sep 2010 18:40:05 +0000 (12:40 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 16 Sep 2010 18:41:51 +0000 (12:41 -0600)
Otherwise, FEATURE_EXT_texture_sRGB was undefined.
This is (part of?) the fix for fd.o bug 30177.

src/mesa/main/formats.c

index 112d7a0..9db9f1c 100644 (file)
@@ -26,6 +26,7 @@
 
 #include "imports.h"
 #include "formats.h"
+#include "mfeatures.h"
 
 
 /**