summaryrefslogtreecommitdiff
path: root/cppu
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-12-17 19:23:56 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-12-17 19:23:56 +0000
commit210aaddd37e2856f2176b5287dc18a81a9ed2e4f (patch)
treeb4b9d288e8a9d5b61fff77954e576cfc0976d111 /cppu
parent436aea28945321016a23ae0351bd340a6ba417af (diff)
INTEGRATION: CWS geordi2q11 (1.19.22); FILE MERGED
2003/12/15 17:57:57 hr 1.19.22.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'cppu')
-rw-r--r--cppu/source/typelib/typelib.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx
index a07d73e6003a..abc1ce680cb1 100644
--- a/cppu/source/typelib/typelib.cxx
+++ b/cppu/source/typelib/typelib.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: typelib.cxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: hjs $ $Date: 2003-08-18 14:56:32 $
+ * last change: $Author: vg $ $Date: 2003-12-17 20:23:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,7 +65,7 @@
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
-#ifdef MACOSX
+#if defined(MACOSX) || defined(FREEBSD)
#include <sys/types.h>
#include <sys/malloc.h>
#else