From 225a91bc54050d05450e3481d0fcab24d56f94fc Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 3 Sep 2013 10:38:29 +0200 Subject: lib/drmtest: include sys/mman.h from drmtest.h We need it for mmapping to get at PROT_READ|WRITE anyway. Signed-off-by: Daniel Vetter --- tests/gem_tiling_max_stride.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/gem_tiling_max_stride.c') diff --git a/tests/gem_tiling_max_stride.c b/tests/gem_tiling_max_stride.c index 28e94bc6..a00eb187 100644 --- a/tests/gem_tiling_max_stride.c +++ b/tests/gem_tiling_max_stride.c @@ -35,7 +35,6 @@ #include #include #include -#include #include "drm.h" #include "i915_drm.h" #include "drmtest.h" -- cgit v1.2.3