summaryrefslogtreecommitdiffstats
path: root/Utilities/cmxmlrpc/synch_client.c
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-01 16:21:56 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-03-01 16:21:56 (GMT)
commit693b7447a4760292a65b5fd0ddcec1150b212e42 (patch)
tree1731630eb98593e9f7bddc19adee91cfbf1e7084 /Utilities/cmxmlrpc/synch_client.c
parente7697cea94ef9c23e057820c07e47a213213e7e3 (diff)
downloadCMake-693b7447a4760292a65b5fd0ddcec1150b212e42.zip
CMake-693b7447a4760292a65b5fd0ddcec1150b212e42.tar.gz
CMake-693b7447a4760292a65b5fd0ddcec1150b212e42.tar.bz2
COMP: Attempt to remove warnings
Diffstat (limited to 'Utilities/cmxmlrpc/synch_client.c')
-rw-r--r--Utilities/cmxmlrpc/synch_client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/cmxmlrpc/synch_client.c b/Utilities/cmxmlrpc/synch_client.c
index 15a608f..0193e0b 100644
--- a/Utilities/cmxmlrpc/synch_client.c
+++ b/Utilities/cmxmlrpc/synch_client.c
@@ -1,6 +1,7 @@
/* A simple synchronous XML-RPC client written in C. */
#include <stdio.h>
+#include <stdlib.h>
#include <xmlrpc.h>
#include <xmlrpc_client.h>