xcur2png: fix build with gcc15 (#471944)
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user