diff options
author | Emmanuel Gil Peyrot <emmanuel.peyrot@collabora.com> | 2015-10-29 15:22:19 +0000 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2015-10-30 19:12:14 +0000 |
commit | f3d4d10a1d483cff7b3fbb6db4d6d752dd002243 (patch) | |
tree | ba309295f3391dfdf886ffa39b2ccc7ca51bccfb /src/gbm/main | |
parent | 7bac333508835776573e6f3192c819dbe4303480 (diff) |
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" <mesa-stable@lists.freedesktop.org>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'src/gbm/main')
-rw-r--r-- | src/gbm/main/gbm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gbm/main/gbm.h b/src/gbm/main/gbm.h index 2708e50a45..8db2153e84 100644 --- a/src/gbm/main/gbm.h +++ b/src/gbm/main/gbm.h @@ -35,6 +35,7 @@ extern "C" { #define __GBM__ 1 +#include <stddef.h> #include <stdint.h> /** |