Skip to content

Fix missing stdlib includes in xf86drmMode.h

Simon Ser requested to merge emersion/drm:drm-header-missing-include into master

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

Merge request reports