From e02cdc0dd3e472da7fd2c4d8864875be11ab6b85 Mon Sep 17 00:00:00 2001 From: Sander Vesik Date: Mon, 7 May 2001 18:12:26 +0000 Subject: Merge FreeBSD changes from OO627B to trunk --- idlc/source/idlccompile.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'idlc') diff --git a/idlc/source/idlccompile.cxx b/idlc/source/idlccompile.cxx index fe446ab4a6d7..12cde3ccb1d8 100644 --- a/idlc/source/idlccompile.cxx +++ b/idlc/source/idlccompile.cxx @@ -2,9 +2,9 @@ * * $RCSfile: idlccompile.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jsc $ $Date: 2001-03-15 12:30:43 $ + * last change: $Author: svesik $ $Date: 2001-05-07 19:12:26 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -81,7 +81,7 @@ #ifdef SAL_UNX #include -#ifdef MACOSX +#if defined(MACOSX) || defined(FREEBSD) #include #else #include -- cgit