diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 15:56:36 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-04-24 15:56:36 +0000 |
commit | cb1f6adb6fb1cbc5d0155a36adf7401b04702f06 (patch) | |
tree | 11916961ed7cf771694c4454e6ded89ae817c9b5 /crashrep | |
parent | ff831eda6ebdcad33744d4161dcf67d9903bc22d (diff) |
INTEGRATION: CWS cmcfixes43 (1.26.44); FILE MERGED
2008/03/03 11:29:40 cmc 1.26.44.1: #i86637# include limits.h to build with gcc 4.3.0
Diffstat (limited to 'crashrep')
-rwxr-xr-x | crashrep/source/unx/main.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crashrep/source/unx/main.cxx b/crashrep/source/unx/main.cxx index 92347f2456ac..373407a78979 100755 --- a/crashrep/source/unx/main.cxx +++ b/crashrep/source/unx/main.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: main.cxx,v $ - * $Revision: 1.28 $ + * $Revision: 1.29 $ * * This file is part of OpenOffice.org. * @@ -40,6 +40,7 @@ #include <unistd.h> #include <pwd.h> #include <pthread.h> +#include <limits.h> #include <hash_map> #include <vector> |