From e6a9e1b302ee1f09ea5ed7b54470145419d7b51f Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Fri, 6 Apr 2012 15:54:38 +0200 Subject: [PATCH] wayland-util.h: Include stddef.h for size_t --- src/wayland-util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wayland-util.h b/src/wayland-util.h index 642a04b..1b8fd4b 100644 --- a/src/wayland-util.h +++ b/src/wayland-util.h @@ -27,6 +27,7 @@ extern "C" { #endif +#include #include /* GCC visibility */ -- 2.7.4