diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-07-16 16:11:57 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-07-16 16:11:57 +0000 |
commit | 4a115480caba2443df249a0136fa4703e258fa51 (patch) | |
tree | 5e218d2758e3462eaf06c037b864a4da296a8108 /crashrep/source | |
parent | 0d18982cfb8f73e17a3422ea008b46296fb78be2 (diff) |
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#
Diffstat (limited to 'crashrep/source')
-rwxr-xr-x | crashrep/source/unx/main.cxx | 6 |
1 files 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 <pwd.h> #include <pthread.h> -#ifdef LINUX +#if defined (LINUX) || (FREEBSD) #include <netinet/in.h> #endif |