forked from Lainports/freebsd-ports
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>
11 lines
184 B
Text
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>
|
|
|