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 /lib/drmtest.h | |
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 'lib/drmtest.h')
-rw-r--r-- | lib/drmtest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/drmtest.h b/lib/drmtest.h index bf947dfd..3d1c323c 100644 --- a/lib/drmtest.h +++ b/lib/drmtest.h @@ -36,6 +36,7 @@ #include <stdbool.h> #include <cairo.h> #include <setjmp.h> +#include <sys/mman.h> #include "xf86drm.h" #include "xf86drmMode.h" |