From: Eric Engestrom Date: Mon, 17 Oct 2016 10:39:27 +0000 (+0100) Subject: gbm: add a couple missing includes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e9864f93c619a9e4c7c5c1eb40268e9241341d7d;p=mesa.git gbm: add a couple missing includes Needed for memset() and drmIoctl(). Signed-off-by: Eric Engestrom Reviewed-by: Edward O'Callaghan --- diff --git a/src/gbm/backends/dri/gbm_driint.h b/src/gbm/backends/dri/gbm_driint.h index 1644facd9bd..26376efb1ed 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"