diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-09-03 10:38:29 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-09-03 10:38:29 +0200 |
commit | 225a91bc54050d05450e3481d0fcab24d56f94fc (patch) | |
tree | 57bf117277a15176f1c096ab689bcf57bbe022dd /tests/gen3_mixed_blits.c | |
parent | 9cc16e8afd0269d6f94107b2044240e45334e64d (diff) |
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 <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/gen3_mixed_blits.c')
-rw-r--r-- | tests/gen3_mixed_blits.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/gen3_mixed_blits.c b/tests/gen3_mixed_blits.c index 4aec5229..1f91df65 100644 --- a/tests/gen3_mixed_blits.c +++ b/tests/gen3_mixed_blits.c @@ -41,7 +41,6 @@ #include <errno.h> #include <sys/stat.h> #include <sys/time.h> -#include <sys/mman.h> #include <sys/ioctl.h> #include "drm.h" #include "i915_drm.h" |