util: include c99_compat.h in format_srgb.h to get 'inline' definition
authorBrian Paul <brianp@vmware.com>
Mon, 4 Aug 2014 19:38:02 +0000 (13:38 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 4 Aug 2014 20:06:13 +0000 (14:06 -0600)
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/util/format_srgb.h

index 17ba2835f9f34ce3765a7319614d28950517552e..4a8d73f125fc82927b97a848d3904a045b99a9f4 100644 (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];