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>
This commit is contained in:
Emmanuel Gil Peyrot 2015-10-29 15:22:19 +00:00 committed by Emil Velikov
parent 7bac333508
commit f3d4d10a1d

View file

@ -35,6 +35,7 @@ extern "C" {
#define __GBM__ 1
#include <stddef.h>
#include <stdint.h>
/**