From 4a115480caba2443df249a0136fa4703e258fa51 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 16 Jul 2003 16:11:57 +0000
Subject: INTEGRATION: CWS ooo11rc2 (1.9.2); FILE MERGED 2003/07/15 16:50:00
hjs 1.9.2.2: #i10000# remove dependency to vcl 2003/07/15 09:13:02 mh
1.9.2.1: add: FREEBSD, #i16266#
---
crashrep/source/unx/main.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/crashrep/source/unx/main.cxx b/crashrep/source/unx/main.cxx
index 7286618403ee..33b7081be6b1 100755
--- a/crashrep/source/unx/main.cxx
+++ b/crashrep/source/unx/main.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: main.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: vg $ $Date: 2003-07-11 13:59:29 $
+ * last change: $Author: hr $ $Date: 2003-07-16 17:11:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -73,7 +73,7 @@
#include
#include
-#ifdef LINUX
+#if defined (LINUX) || (FREEBSD)
#include
#endif
--
cgit v1.2.1