diff options
author | Brian Paul <[email protected]> | 2014-08-04 13:38:02 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2014-08-04 14:06:13 -0600 |
commit | 9b10bc55896a8bcb5c3e71e1db99fbcf75d66df3 (patch) | |
tree | 94f52c2244a9ff0d394d5bbe73ebfa9b56b31c6f /src/util/format_srgb.h | |
parent | 04764f3bd9aded7f872d3fbd313f88ad41945cce (diff) |
util: include c99_compat.h in format_srgb.h to get 'inline' definition
Reviewed-by: Jason Ekstrand <[email protected]>
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]; |