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:
Brian Paul
2014-08-04 13:38:02 -06:00
parent 04764f3bd9
commit 9b10bc5589

View File

@@ -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];