From d7bead298ebcacf0726f2ea25764003526b564b7 Mon Sep 17 00:00:00 2001 From: m0gg Date: Sat, 16 Dec 2006 16:09:45 +0000 Subject: Code cleanup --- nanohttp/nanohttp-url.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'nanohttp/nanohttp-url.c') diff --git a/nanohttp/nanohttp-url.c b/nanohttp/nanohttp-url.c index 194eba9..316fd27 100644 --- a/nanohttp/nanohttp-url.c +++ b/nanohttp/nanohttp-url.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: nanohttp-url.c,v 1.2 2006/12/10 19:21:07 m0gg Exp $ +* $Id: nanohttp-url.c,v 1.3 2006/12/16 16:09:45 m0gg Exp $ * * CSOAP Project: A http client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -29,6 +29,18 @@ #include #endif +#ifdef HAVE_STDLIB_H +#include +#endif + +#ifdef HAVE_STRING_H +#include +#endif + +#ifdef HAVE_NETINET_IN_H +#include +#endif + #ifdef HAVE_ERRNO_H #include #endif -- cgit v1.1-32-gdbae