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/name_from_fd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/name_from_fd.c') diff --git a/tests/name_from_fd.c b/tests/name_from_fd.c index 330c8ff0..e3db413a 100644 --- a/tests/name_from_fd.c +++ b/tests/name_from_fd.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "drmtest.h" /** -- cgit v1.2.3