From c3fd98b25607d0f7f5977586d188f88ab226a9b8 Mon Sep 17 00:00:00 2001 From: m0gg Date: Tue, 21 Nov 2006 20:58:59 +0000 Subject: decoupling of nanohttp/libcsoap --- libcsoap/soap-admin.c | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'libcsoap/soap-admin.c') diff --git a/libcsoap/soap-admin.c b/libcsoap/soap-admin.c index 7b2c9e8..5558c75 100644 --- a/libcsoap/soap-admin.c +++ b/libcsoap/soap-admin.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: soap-admin.c,v 1.5 2006/11/19 09:40:14 m0gg Exp $ +* $Id: soap-admin.c,v 1.6 2006/11/21 20:59:02 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -33,10 +33,17 @@ #include #endif +#ifdef HAVE_STRING_H +#include +#endif + #ifdef HAVE_NETINET_IN_H #include #endif +#include +#include + #include #include #include @@ -44,6 +51,12 @@ #include #include +#define __CSOAP_INTERNAL + +#include "soap-fault.h" +#include "soap-env.h" +#include "soap-ctx.h" +#include "soap-service.h" #include "soap-router.h" #include "soap-server.h" #include "soap-admin.h" -- cgit v1.1-32-gdbae