gbm: add a couple missing includes

Needed for memset() and drmIoctl().

Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
This commit is contained in:
Eric Engestrom 2016-10-17 11:39:27 +01:00 committed by Ben Widawsky
parent 8785a8ff89
commit e9864f93c6
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@
#ifndef _GBM_DRI_INTERNAL_H_
#define _GBM_DRI_INTERNAL_H_
#include <xf86drm.h>
#include <string.h>
#include <sys/mman.h>
#include "gbmint.h"
#include "c11/threads.h"