1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-23 01:47:06 +00:00
termux-packages/x11-packages/kitty/glfw-x11_window.c.patch
2022-11-08 10:35:46 +00:00

12 lines
252 B
Diff

--- a/glfw/x11_window.c
+++ b/glfw/x11_window.c
@@ -43,6 +43,8 @@
#include <errno.h>
#include <assert.h>
+#include "reallocarray.c"
+
// Action for EWMH client messages
#define _NET_WM_STATE_REMOVE 0
#define _NET_WM_STATE_ADD 1