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>
This commit is contained in:
Daniel Vetter
2013-09-03 10:38:29 +02:00
parent 9cc16e8afd
commit 225a91bc54
35 changed files with 1 additions and 34 deletions
+1
View File
@@ -36,6 +36,7 @@
#include <stdbool.h>
#include <cairo.h>
#include <setjmp.h>
#include <sys/mman.h>
#include "xf86drm.h"
#include "xf86drmMode.h"