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/util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xsd2c/util.c') diff --git a/xsd2c/util.c b/xsd2c/util.c index 7083c5d..20db840 100644 --- a/xsd2c/util.c +++ b/xsd2c/util.c @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: util.c,v 1.1 2004/06/02 11:17:03 snowdrop Exp $ + * $Id: util.c,v 1.2 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,7 @@ #include #include +#include int parseNS(const char* fullname, char *ns, char *name) { -- cgit v1.1-32-gdbae