From 794810d62d49c05a9b06c8570a6b668b4bb0179d Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 23 Feb 2015 13:42:15 +0000 Subject: tests: fix implicit funciton declaration errors ioctl() and strcmp() were used without the relevent header being included. Signed-off-by: Emil Velikov Reviewed-by: Jan Vesely --- tests/updatedraw.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/updatedraw.c') diff --git a/tests/updatedraw.c b/tests/updatedraw.c index a61eb151..8e0b94b6 100644 --- a/tests/updatedraw.c +++ b/tests/updatedraw.c @@ -25,6 +25,7 @@ * */ +#include #include "drmtest.h" static void -- cgit v1.2.3