mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
util: include c99_compat.h in format_srgb.h to get 'inline' definition
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
parent
04764f3bd9
commit
9b10bc5589
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <math.h>
|
||||
#include "c99_compat.h"
|
||||
|
||||
extern const float
|
||||
util_format_srgb_8unorm_to_linear_float_table[256];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue