ports/graphics/gle/patches/patch-src_ex_raw_c

13 lines
271 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Don't use malloc.h header on OpenBSD.
--- src/ex_raw.c.orig Wed Nov 19 22:58:14 2014
+++ src/ex_raw.c Wed Nov 19 22:58:18 2014
@@ -17,7 +17,6 @@
*/
-#include <malloc.h>
#include <stdlib.h>
#include <math.h>
#include <string.h> /* for the memcpy() subroutine */