From: Peter Hutterer Date: Fri, 4 Jul 2014 00:43:52 +0000 (+1000) Subject: Include stdint.h from filter.h X-Git-Tag: 0.5.0~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5cc4d2380c30d5a1de53a29393cdf293e854c00e;p=platform%2Fupstream%2Flibinput.git Include stdint.h from filter.h Don't rely on the users to include it Signed-off-by: Peter Hutterer --- diff --git a/src/filter.h b/src/filter.h index c0b27d0d..31ac7ebe 100644 --- a/src/filter.h +++ b/src/filter.h @@ -25,6 +25,8 @@ #include "config.h" +#include + struct motion_params { double dx, dy; /* in units/ms @ 400dpi */ };