You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libmoe/files/libmoe-1.5.8-gentoo.patch

10 lines
304 B

diff -Naur libmoe-1.5.8.orig/altmalloc.c libmoe-1.5.8/altmalloc.c
--- libmoe-1.5.8.orig/altmalloc.c 2002-02-01 22:25:10.000000000 +0900
+++ libmoe-1.5.8/altmalloc.c 2008-11-19 08:44:34.000000000 +0900
@@ -1,3 +1,5 @@
+#include <string.h>
+
#include "altmalloc.h"
alt_allocater_t alt_malloc = malloc;