ports/graphics/aalib/patches/patch-src_aaedit_c

11 lines
275 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- src/aaedit.c.orig Thu Apr 26 16:37:31 2001
+++ src/aaedit.c Mon Feb 9 00:48:47 2009
@@ -1,6 +1,6 @@
#include <string.h>
#include <ctype.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "aalib.h"
#include "aaint.h"
static void aa_editdisplay(struct aa_edit *e)