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 a2c8656..4730147 100644 (file)
@@ -35,6 +35,7 @@
 #define WL_EGL_EXPORT
 #endif
 
+#include <stdint.h>
 #include <wayland-client.h>
 
 #ifdef  __cplusplus