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/auth.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auth.c') diff --git a/tests/auth.c b/tests/auth.c index 9b6fca94..9147b115 100644 --- a/tests/auth.c +++ b/tests/auth.c @@ -26,6 +26,7 @@ */ #include +#include #include "drmtest.h" enum auth_event { -- cgit v1.2.3