blob: c70350213ebd18cf2259670d84e6df6637e69bf3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/ws-egl.cpp
+++ b/src/ws-egl.cpp
@@ -33,6 +33,7 @@
#include <vector>
#include <sys/mman.h>
#include <sys/stat.h>
+#include <unistd.h>
#ifndef EGL_WL_bind_wayland_display
#define EGL_WAYLAND_BUFFER_WL 0x31D5
|