[Mesa-dev] [PATCH] glsl: add missing headers to blob.h
Jason Ekstrand
jason at jlekstrand.net
Sat Oct 1 13:59:34 UTC 2016
Rb
On Sep 30, 2016 6:45 PM, "Timothy Arceri" <timothy.arceri at collabora.com>
wrote:
> ---
> src/compiler/glsl/blob.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/src/compiler/glsl/blob.h b/src/compiler/glsl/blob.h
> index ec903ec..0765bf3 100644
> --- a/src/compiler/glsl/blob.h
> +++ b/src/compiler/glsl/blob.h
> @@ -29,6 +29,8 @@
> extern "C" {
> #endif
>
> +#include <stdbool.h>
> +#include <stddef.h>
> #include <stdint.h>
>
> /* The blob functions implement a simple, low-level API for serializing
> and
> --
> 2.7.4
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20161001/dc4c23fd/attachment.html>
More information about the mesa-dev
mailing list