From 46534e07dbffee6e6457f951901bae83ad2fc36d Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Thu, 5 Jul 2012 16:31:29 +1200 Subject: [PATCH] scanner: Include weston-client.h as the inline functions require it --- src/scanner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scanner.c b/src/scanner.c index 4d4537c..8700d61 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -868,7 +868,7 @@ emit_header(struct protocol *protocol, int server) "\n" "#include \n" "#include \n" - "#include \"wayland-util.h\"\n\n" + "#include \"wayland-client.h\"\n\n" "struct wl_client;\n" "struct wl_resource;\n\n", protocol->uppercase_name, s, -- 1.7.10.4