[PATCH weston] Fix build error caused by missing header inclusion
ahmet acar
unixman at archlinux.info
Fri Nov 13 05:34:03 PST 2015
Hi. This fix that:
https://bugs.freedesktop.org/show_bug.cgi?id=92104
---
shared/platform.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/shared/platform.h b/shared/platform.h
index 64e1fbf..cf4ecc0 100644
--- a/shared/platform.h
+++ b/shared/platform.h
@@ -29,6 +29,7 @@
#include <string.h>
#ifdef ENABLE_EGL
+#include <wayland-egl.h>
#include <EGL/egl.h>
#include <EGL/eglext.h>
#endif
--
2.5.3
More information about the wayland-devel
mailing list