Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
drm.h was missing a #include <stdint.h>, which was completely breaking the non-linux builds after 272f9cfe started making use of it.
drm.h
#include <stdint.h>
Fixes: 272f9cfe ("dri: Use DRM_FORMAT_* instead of defining our own copy.") Closes: #950 (closed)
/cc @vlee @anholt @krh