From 26502adcbd76cbb3886907f6673ba25be21a7856 Mon Sep 17 00:00:00 2001 From: m0gg Date: Thu, 14 Dec 2006 19:36:49 +0000 Subject: Linux compile fixes --- libcsoap/soap-xmlsec.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'libcsoap/soap-xmlsec.c') diff --git a/libcsoap/soap-xmlsec.c b/libcsoap/soap-xmlsec.c index e4cadfb..01e5ae0 100644 --- a/libcsoap/soap-xmlsec.c +++ b/libcsoap/soap-xmlsec.c @@ -1,5 +1,5 @@ /****************************************************************** -* $Id: soap-xmlsec.c,v 1.7 2006/12/06 11:27:21 m0gg Exp $ +* $Id: soap-xmlsec.c,v 1.8 2006/12/14 19:36:49 m0gg Exp $ * * CSOAP Project: A SOAP client/server library in C * Copyright (C) 2003 Ferhat Ayaz @@ -45,6 +45,10 @@ #include #endif +#ifdef HAVE_ERRNO_H +#include +#endif + #ifdef HAVE_FCNTL_H #include #endif -- cgit v1.1-32-gdbae