freebsd-ports/textproc/linuxdoc-tools/files/patch-rtf-fix_rtf2rtf.l
Pawel Pekala a8e15c0c09 Linuxdoc-Tools is a fork of SGML-Tools 1.0.9, capable of processing
LinuxDoc DTD SGML files. Such files are sometimes used as an input
format for generated documentation.

WWW: https://tracker.debian.org/pkg/linuxdoc-tools

PR:		195478
Submitted by:	Felix Palmen <felix@palmen-it.de>
2015-11-06 18:35:26 +00:00

11 lines
184 B
Text

--- rtf-fix/rtf2rtf.l.orig 2013-04-08 17:11:41 UTC
+++ rtf-fix/rtf2rtf.l
@@ -22,7 +22,7 @@
%{
-#include <malloc.h>
+#include <stdlib.h>
#include <stdio.h>
#include <string.h>