Mesa (master): wayland-egl: add stdint.h include for intptr_t

Emil Velikov evelikov at kemper.freedesktop.org
Mon Oct 2 15:36:42 UTC 2017


Module: Mesa
Branch: master
Commit: 5bd13d80fad70487ec77c68b97ef9b3c8f2f2632
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5bd13d80fad70487ec77c68b97ef9b3c8f2f2632

Author: Emil Velikov <emil.velikov at collabora.com>
Date:   Thu Sep 28 18:11:25 2017 +0100

wayland-egl: add stdint.h include for intptr_t

Signed-off-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Daniel Stone <daniels at collabora.com>
Reviewed-by: Miguel A. Vico <mvicomoya at nvidia.com>

---

 src/egl/wayland/wayland-egl/wayland-egl-backend.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/egl/wayland/wayland-egl/wayland-egl-backend.h b/src/egl/wayland/wayland-egl/wayland-egl-backend.h
index a2c8656580..4730147ff3 100644
--- a/src/egl/wayland/wayland-egl/wayland-egl-backend.h
+++ b/src/egl/wayland/wayland-egl/wayland-egl-backend.h
@@ -35,6 +35,7 @@
 #define WL_EGL_EXPORT
 #endif
 
+#include <stdint.h>
 #include <wayland-client.h>
 
 #ifdef  __cplusplus




More information about the mesa-commit mailing list