mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
46e98a907e
Add headers that got moved in #72999
13 lines
325 B
Diff
13 lines
325 B
Diff
diff --git a/src/wayland-eglsurface.c b/src/wayland-eglsurface.c
|
|
index 01c9cb3..45736b0 100644
|
|
--- a/src/wayland-eglsurface.c
|
|
+++ b/src/wayland-eglsurface.c
|
|
@@ -37,6 +37,7 @@
|
|
#include <sys/types.h>
|
|
#include <netinet/in.h>
|
|
#include <fcntl.h>
|
|
+#include <EGL/eglmesaext.h>
|
|
|
|
#define WL_EGL_WINDOW_DESTROY_CALLBACK_SINCE 3
|
|
|