summaryrefslogtreecommitdiffstats
path: root/src/gbm
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <emmanuel.peyrot@collabora.com>2015-10-29 15:22:19 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-10-30 19:12:14 +0000
commitf3d4d10a1d483cff7b3fbb6db4d6d752dd002243 (patch)
treeba309295f3391dfdf886ffa39b2ccc7ca51bccfb /src/gbm
parent7bac333508835776573e6f3192c819dbe4303480 (diff)
downloadexternal_mesa3d-f3d4d10a1d483cff7b3fbb6db4d6d752dd002243.zip
external_mesa3d-f3d4d10a1d483cff7b3fbb6db4d6d752dd002243.tar.gz
external_mesa3d-f3d4d10a1d483cff7b3fbb6db4d6d752dd002243.tar.bz2
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')
-rw-r--r--src/gbm/main/gbm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gbm/main/gbm.h b/src/gbm/main/gbm.h
index 2708e50..8db2153 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>
/**