From 17a34ce292fe90d778e5e3543d443624b6a04d43 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 27 Dec 1999 02:12:34 +0000 Subject: Adding xls2xml version 1.0.0. A utility for converting MS Excel files to XML. PR: 14705 (2 of 2) Submitted by: Maxim Sobolev --- textproc/xls2xml/files/patch-ac | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 textproc/xls2xml/files/patch-ac (limited to 'textproc/xls2xml/files/patch-ac') diff --git a/textproc/xls2xml/files/patch-ac b/textproc/xls2xml/files/patch-ac new file mode 100644 index 000000000000..ab8a933d3960 --- /dev/null +++ b/textproc/xls2xml/files/patch-ac @@ -0,0 +1,11 @@ +--- formula.h.orig Thu Nov 4 14:52:58 1999 ++++ formula.h Thu Nov 4 14:56:07 1999 +@@ -25,6 +25,8 @@ + + #include + #include /* FIXME: TEMP to call calloc */ ++#include "xmlunicode.h" ++#include "pcommon.h" + + int fil_parsed_formula2str (char ** result_string, U8 * parsed_expression, + int * volatile_function); -- cgit v1.2.3