diff options
Diffstat (limited to 'libcsoap/soap-xml.c')
-rw-r--r-- | libcsoap/soap-xml.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libcsoap/soap-xml.c b/libcsoap/soap-xml.c index 62b0b7d..37487d3 100644 --- a/libcsoap/soap-xml.c +++ b/libcsoap/soap-xml.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: soap-xml.c,v 1.9 2006/02/08 11:13:14 snowdrop Exp $ +* $Id: soap-xml.c,v 1.10 2006/02/27 22:26:02 snowdrop Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -21,7 +21,11 @@ * * Email: ayaz@jprogrammer.net ******************************************************************/ -#include <libcsoap/soap-xml.h> +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + +#include "soap-xml.h" xmlNodePtr soap_xml_get_children(xmlNodePtr param) |