summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-client.c
diff options
context:
space:
mode:
authorGravatar snowdrop2004-10-15 15:10:14 +0000
committerGravatar snowdrop2004-10-15 15:10:14 +0000
commit9b300defa7ce03d8e2b78d6c0352f0245fcc7765 (patch)
tree5cd6c8d23d1364fcfa4ce2dd09a7d4929e83cb2d /nanohttp/nanohttp-client.c
parent65147f5b7d17e1ece44076cccb1d7761c8ec7e1e (diff)
downloadcsoap-9b300defa7ce03d8e2b78d6c0352f0245fcc7765.tar.gz
csoap-9b300defa7ce03d8e2b78d6c0352f0245fcc7765.tar.bz2
updated for compiling under *nix
Diffstat (limited to 'nanohttp/nanohttp-client.c')
-rw-r--r--nanohttp/nanohttp-client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nanohttp/nanohttp-client.c b/nanohttp/nanohttp-client.c
index 3c3ce7f..9c0c7d0 100644
--- a/nanohttp/nanohttp-client.c
+++ b/nanohttp/nanohttp-client.c
@@ -1,5 +1,5 @@
/******************************************************************
-* $Id: nanohttp-client.c,v 1.20 2004/10/15 13:29:36 snowdrop Exp $
+* $Id: nanohttp-client.c,v 1.21 2004/10/15 15:10:37 snowdrop Exp $
*
* CSOAP Project: A http client/server library in C
* Copyright (C) 2003 Ferhat Ayaz
@@ -31,6 +31,7 @@
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
+#include <stdarg.h>
#ifdef MEM_DEBUG
#include <utils/alloc.h>