From bb32f684c7a3c2a8ce48a02511e47d2572fdf30a Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 18 Jan 2005 14:12:15 +0000 Subject: INTEGRATION: CWS pj16 (1.5.8); FILE MERGED 2005/01/09 16:42:00 pjanik 1.5.8.1: #i40184#: FreeBSD doesn't have alloca.h. --- transex3/source/xmlparse.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'transex3') diff --git a/transex3/source/xmlparse.cxx b/transex3/source/xmlparse.cxx index d20df825c4b3..2b73b2c06387 100644 --- a/transex3/source/xmlparse.cxx +++ b/transex3/source/xmlparse.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlparse.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: kz $ $Date: 2005-01-13 19:18:18 $ + * last change: $Author: kz $ $Date: 2005-01-18 15:12:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,7 +67,7 @@ #ifdef WIN32 #include #else -#ifndef MACOSX +#if !(defined(MACOSX) || defined(FREEBSD)) #include #endif #endif -- cgit