mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
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:
parent
d4b2de13bc
commit
3a6f9d0f47
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
#include "imports.h"
|
||||
#include "formats.h"
|
||||
#include "mfeatures.h"
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue