diff options
Diffstat (limited to 'src/util/format_srgb.h')
-rw-r--r-- | src/util/format_srgb.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdint.h> #include <math.h> +#include "c99_compat.h" extern const float util_format_srgb_8unorm_to_linear_float_table[256]; |