From: Andreas Pokorny Date: Thu, 20 Aug 2015 10:51:37 +0000 (+0200) Subject: test: fix gcc warning about missing prototypes X-Git-Tag: 1.0.0~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c8f8a7ea275c17ce95bbbd6e239a0e339e316ea;p=platform%2Fupstream%2Flibinput.git test: fix gcc warning about missing prototypes Signed-off-by: Andreas Pokorny Signed-off-by: Peter Hutterer --- diff --git a/test/litest.c b/test/litest.c index 26c5e432..6b28ee0b 100644 --- a/test/litest.c +++ b/test/litest.c @@ -44,6 +44,8 @@ #include #include #include +#include +#include #include #include "litest.h"