[Mesa-dev] [PATCH] util: include c99_compat.h in format_srgb.h to get 'inline' definition

Jason Ekstrand jason at jlekstrand.net
Mon Aug 4 12:38:52 PDT 2014


Reviewed-by: Jason Ekstrand <jason.ekstrand at intel.com>


On Mon, Aug 4, 2014 at 12:38 PM, Brian Paul <brianp at vmware.com> wrote:

> ---
>  src/util/format_srgb.h |    1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/util/format_srgb.h b/src/util/format_srgb.h
> index 17ba283..4a8d73f 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];
> --
> 1.7.10.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140804/c7cd2e92/attachment-0001.html>


More information about the mesa-dev mailing list