diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 13:03:36 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-06-16 13:03:36 +0000 |
commit | 9356bef3b0bc76afb37e5fefe1c05e41718aadcc (patch) | |
tree | d3e60ba385ddaa815056876cb7aefe0d82495b07 /crashrep | |
parent | b438a828d2cf28d8b5b68beebbeeea842e67d33f (diff) |
INTEGRATION: CWS hr51 (1.29.2); FILE MERGED
2008/06/06 14:32:15 hr 1.29.2.1: #i88947#: includes
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 373407a78979..4c043419f9d6 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.29 $ + * $Revision: 1.30 $ * * This file is part of OpenOffice.org. * @@ -28,6 +28,7 @@ * ************************************************************************/ #include <cstdio> +#include <stdlib.h> #include <sys/utsname.h> #include <_version.h> #include <errno.h> |