xcur2png: fix build with gcc15 (#471944)

This commit is contained in:
Aleksana
2025-12-21 09:20:35 +00:00
committed by GitHub
+1 -1
View File
@@ -16,7 +16,7 @@
#include <X11/Xcursor/Xcursor.h>
+
+void *malloc ();
+void *malloc (size_t __size);
+
+/* Allocate an N-byte block of memory from the heap.
+ If N is zero, allocate a 1-byte block. */