From 2b209fc409179a271751f57f6caad952e57eb3f6 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 23 Feb 2015 13:18:11 +0000 Subject: exynos_fimg2d_test: fix implicit funciton declaration errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As one adds WARN_CFLAGS to the build the compiler throws a couple of lovely error messages. Add the relevant includes to fix them. error: implicit declaration of function ‘time’ error: implicit declaration of function ‘getopt’ Cc: Inki Dae Cc: Kyungmin Park Signed-off-by: Emil Velikov Reviewed-by: Jan Vesely --- tests/exynos/exynos_fimg2d_test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/exynos') diff --git a/tests/exynos/exynos_fimg2d_test.c b/tests/exynos/exynos_fimg2d_test.c index c6bd5589..f1419647 100644 --- a/tests/exynos/exynos_fimg2d_test.c +++ b/tests/exynos/exynos_fimg2d_test.c @@ -18,6 +18,8 @@ #include #include #include +#include +#include #include #include -- cgit v1.2.3