wayland-egl: add stdint.h include for intptr_t
authorEmil Velikov <emil.velikov@collabora.com>
Thu, 28 Sep 2017 17:11:25 +0000 (18:11 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 2 Oct 2017 15:29:38 +0000 (16:29 +0100)
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: Miguel A. Vico <mvicomoya@nvidia.com>
src/egl/wayland/wayland-egl/wayland-egl-backend.h

index a2c8656580bb7f7d2b538d4358ff391e92e7da99..4730147ff3ce7fdea790d01beecc5e4fe5ef4305 100644 (file)
@@ -35,6 +35,7 @@
 #define WL_EGL_EXPORT
 #endif
 
+#include <stdint.h>
 #include <wayland-client.h>
 
 #ifdef  __cplusplus