Fix missing stdlib includes in xf86drmMode.h
authorSimon Ser <contact@emersion.fr>
Sat, 26 Oct 2019 17:36:37 +0000 (19:36 +0200)
committerEric Engestrom <eric.engestrom@intel.com>
Tue, 12 Nov 2019 00:16:58 +0000 (00:16 +0000)
commitd5682defcdff6bbec295a4407841ccecc0599200
tree302ca90a9c8418bab206dd107f31044bb1d90433
parent73d826be4d2d2777cd32484dbece7f3f6a420b6f
Fix missing stdlib includes in xf86drmMode.h

Including xf86drmMode.h results in undefined references to uint32_t
and ssize_t. Include the stdlib headers that define them to allow the
file to be included without xf86drm.h.

Signed-off-by: Simon Ser <contact@emersion.fr>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
xf86drmMode.h