aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/wayland
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-09-28 18:11:25 +0100
committerEmil Velikov <[email protected]>2017-10-02 16:29:38 +0100
commit5bd13d80fad70487ec77c68b97ef9b3c8f2f2632 (patch)
tree02056156149376f0c223c8fb2774c45c00488a12 /src/egl/wayland
parent860deb4191cd8eb78443e9fcbc679714dfe9e10e (diff)
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]>
Diffstat (limited to 'src/egl/wayland')
-rw-r--r--src/egl/wayland/wayland-egl/wayland-egl-backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/egl/wayland/wayland-egl/wayland-egl-backend.h b/src/egl/wayland/wayland-egl/wayland-egl-backend.h
index a2c8656580b..4730147ff3c 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