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/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.21-mallo...

14 lines
319 B

Index: linuxdoc-tools-0.9.21/rtf-fix/rtf2rtf.l
===================================================================
--- linuxdoc-tools-0.9.21.orig/rtf-fix/rtf2rtf.l
+++ linuxdoc-tools-0.9.21/rtf-fix/rtf2rtf.l
@@ -22,7 +22,7 @@
%{
-#include <malloc.h>
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>