From: Brian Paul Date: Mon, 4 Aug 2014 19:38:02 +0000 (-0600) Subject: util: include c99_compat.h in format_srgb.h to get 'inline' definition X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b10bc55896a8bcb5c3e71e1db99fbcf75d66df3;p=mesa.git util: include c99_compat.h in format_srgb.h to get 'inline' definition Reviewed-by: Jason Ekstrand --- diff --git a/src/util/format_srgb.h b/src/util/format_srgb.h index 17ba2835f9f..4a8d73f125f 100644 --- a/src/util/format_srgb.h +++ b/src/util/format_srgb.h @@ -39,6 +39,7 @@ #include #include +#include "c99_compat.h" extern const float util_format_srgb_8unorm_to_linear_float_table[256];