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/lock.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/lock.c') diff --git a/tests/lock.c b/tests/lock.c index 86caa281..365681b5 100644 --- a/tests/lock.c +++ b/tests/lock.c @@ -30,6 +30,7 @@ */ #include +#include #include "drmtest.h" enum auth_event { -- cgit v1.2.3