From e9864f93c619a9e4c7c5c1eb40268e9241341d7d Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 17 Oct 2016 11:39:27 +0100 Subject: [PATCH] gbm: add a couple missing includes Needed for memset() and drmIoctl(). Signed-off-by: Eric Engestrom Reviewed-by: Edward O'Callaghan --- src/gbm/backends/dri/gbm_driint.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gbm/backends/dri/gbm_driint.h b/src/gbm/backends/dri/gbm_driint.h index 1644fac..26376ef 100644 --- a/src/gbm/backends/dri/gbm_driint.h +++ b/src/gbm/backends/dri/gbm_driint.h @@ -28,6 +28,8 @@ #ifndef _GBM_DRI_INTERNAL_H_ #define _GBM_DRI_INTERNAL_H_ +#include +#include #include #include "gbmint.h" #include "c11/threads.h" -- 2.7.4