ports/games/ace/patches/patch-lib_imagelib_c

12 lines
215 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Fix segfault on clang archs
Index: lib/imagelib.c
--- lib/imagelib.c.orig
+++ lib/imagelib.c
@@ -1,4 +1,5 @@
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include "imagelib.h"
#include "cards.h"