From cc789849bf165a19aa3a8b3270c9c2259e2d368c Mon Sep 17 00:00:00 2001 From: Chase Douglas Date: Mon, 14 Feb 2011 16:31:20 +0100 Subject: Small compilation warning fixes Found by using -Wall -Werror Signed-off-by: Chase Douglas Signed-off-by: Henrik Rydberg --- tools/grail-gesture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/grail-gesture.c b/tools/grail-gesture.c index 614bf1a..368150e 100644 --- a/tools/grail-gesture.c +++ b/tools/grail-gesture.c @@ -27,6 +27,7 @@ #include #include #include +#include static grail_mask_t flag_mask[DIM_GRAIL_TYPE_BYTES]; -- cgit v1.2.3