From 9b300defa7ce03d8e2b78d6c0352f0245fcc7765 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Fri, 15 Oct 2004 15:10:14 +0000 Subject: updated for compiling under *nix --- nanohttp/nanohttp-client.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nanohttp/nanohttp-client.h') diff --git a/nanohttp/nanohttp-client.h b/nanohttp/nanohttp-client.h index 8bd8579..ec4a837 100644 --- a/nanohttp/nanohttp-client.h +++ b/nanohttp/nanohttp-client.h @@ -1,5 +1,5 @@ /****************************************************************** - * $Id: nanohttp-client.h,v 1.9 2004/10/15 13:29:36 snowdrop Exp $ + * $Id: nanohttp-client.h,v 1.10 2004/10/15 15:10:37 snowdrop Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -28,6 +28,7 @@ #include #include #include +#include typedef struct httpc_conn { -- cgit v1.1-32-gdbae