From 232ff6e28d1fce08472a2f7a965d83d3e008d84c Mon Sep 17 00:00:00 2001 From: snowdrop Date: Fri, 27 May 2005 19:28:04 +0000 Subject: patch from mailinglist --- xsd2c/tr.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'xsd2c/tr.c') diff --git a/xsd2c/tr.c b/xsd2c/tr.c index 3e5bd75..56d3fb9 100644 --- a/xsd2c/tr.c +++ b/xsd2c/tr.c @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: tr.c,v 1.4 2004/10/15 13:35:39 snowdrop Exp $ + * $Id: tr.c,v 1.5 2005/05/27 19:28:16 snowdrop Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -24,6 +24,8 @@ #include "tr.h" #include +#include +#include #define XSD2C_MAP(xsdtype, ctype, builtin) \ trRegisterType(xsdtype, ctype, builtin); -- cgit v1.1-32-gdbae