1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/textproc/xls2xml/files/patch-ac
Steve Price 17a34ce292 Adding xls2xml version 1.0.0.
A utility for converting MS Excel files to XML.

PR:		14705 (2 of 2)
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
1999-12-27 02:12:34 +00:00

12 lines
342 B
Plaintext

--- formula.h.orig Thu Nov 4 14:52:58 1999
+++ formula.h Thu Nov 4 14:56:07 1999
@@ -25,6 +25,8 @@
#include <cole1compat.h>
#include <stdlib.h> /* FIXME: TEMP to call calloc */
+#include "xmlunicode.h"
+#include "pcommon.h"
int fil_parsed_formula2str (char ** result_string, U8 * parsed_expression,
int * volatile_function);