From: Emmanuel Gil Peyrot Date: Thu, 29 Oct 2015 15:22:19 +0000 (+0000) Subject: gbm.h: Add a missing stddef.h include for size_t. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3d4d10a1d483cff7b3fbb6db4d6d752dd002243;p=mesa.git gbm.h: Add a missing stddef.h include for size_t. This was causing compilation issues when one of its providers wasn’t already included before gbm.h. Cc: "11.0" Reviewed-by: Emil Velikov --- diff --git a/src/gbm/main/gbm.h b/src/gbm/main/gbm.h index 2708e50a45c..8db2153e84b 100644 --- a/src/gbm/main/gbm.h +++ b/src/gbm/main/gbm.h @@ -35,6 +35,7 @@ extern "C" { #define __GBM__ 1 +#include #include /**