From 9f89a40ec17e84a70ab067b783d1d711a1307150 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Sun, 21 Nov 2010 11:47:11 +0100 Subject: [PATCH] scanner: include stddef.h to provide NULL and size_t --- wayland/scanner.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wayland/scanner.c b/wayland/scanner.c index aaaf5512..9d099fb8 100644 --- a/wayland/scanner.c +++ b/wayland/scanner.c @@ -520,6 +520,7 @@ emit_header(struct protocol *protocol, int server) "#endif\n" "\n" "#include \n" + "#include \n" "#include \"wayland-util.h\"\n\n" "struct wl_client;\n\n", copyright,