From 254f19ba8dc4b00d0d5df0a4f8d0a0cb104b2df5 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Sat, 22 Mar 2014 21:29:01 +0100 Subject: lib: unnecessary header removal for drmtest.h, part 2 I've left unistd.h in it - it's not strictly required but most users of drmtest.h want it for the open helpers, and then you kinda need to close that file descriptor again ... Signed-off-by: Daniel Vetter --- tests/core_getstats.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/core_getstats.c') diff --git a/tests/core_getstats.c b/tests/core_getstats.c index cce8271b..1e2c5651 100644 --- a/tests/core_getstats.c +++ b/tests/core_getstats.c @@ -27,6 +27,11 @@ #include #include +#include + +#include + +#include "igt_core.h" #include "drmtest.h" /** -- cgit v1.2.3