[PATCH] scanner: include stddef.h to provide NULL and size_t

Kristian Høgsberg krh at bitplanet.net
Mon Nov 22 07:38:12 PST 2010


Thanks, applied.

Kristian

On Sun, Nov 21, 2010 at 5:47 AM, Benjamin Franzke
<benjaminfranzke at googlemail.com> wrote:
> ---
>  wayland/scanner.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/wayland/scanner.c b/wayland/scanner.c
> index aaaf551..9d099fb 100644
> --- a/wayland/scanner.c
> +++ b/wayland/scanner.c
> @@ -520,6 +520,7 @@ emit_header(struct protocol *protocol, int server)
>               "#endif\n"
>               "\n"
>               "#include <stdint.h>\n"
> +              "#include <stddef.h>\n"
>               "#include \"wayland-util.h\"\n\n"
>               "struct wl_client;\n\n",
>               copyright,
> --
> 1.7.2.2
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
>


More information about the wayland-devel mailing list