Module: Mesa Branch: master Commit: 5bd13d80fad70487ec77c68b97ef9b3c8f2f2632 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5bd13d80fad70487ec77c68b97ef9b3c8f2f2632
Author: Emil Velikov <[email protected]> Date: Thu Sep 28 18:11:25 2017 +0100 wayland-egl: add stdint.h include for intptr_t Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Daniel Stone <[email protected]> Reviewed-by: Miguel A. Vico <[email protected]> --- 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
