summaryrefslogtreecommitdiffstats
path: root/examples/csoap/soapclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/csoap/soapclient.c')
-rw-r--r--examples/csoap/soapclient.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/csoap/soapclient.c b/examples/csoap/soapclient.c
index e39802a..5b98e91 100644
--- a/examples/csoap/soapclient.c
+++ b/examples/csoap/soapclient.c
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: soapclient.c,v 1.11 2006/11/25 17:03:20 m0gg Exp $
+ * $Id: soapclient.c,v 1.12 2006/11/26 20:13:05 m0gg Exp $
*
* CSOAP Project: CSOAP examples project
* Copyright (C) 2003-2006 Adrianus Warmehoven
@@ -22,6 +22,7 @@
******************************************************************/
#include <stdio.h>
#include <string.h>
+#include <ctype.h>
#include <libxml/tree.h>