INTEGRATION: CWS cmcfixes43 (1.2.28); FILE MERGED

2008/03/07 16:57:17 cmc 1.2.28.1: string.h for strdup
This commit is contained in:
Ivo Hinkelmann
2008-04-24 16:03:03 +00:00
parent e85903618e
commit 33d9849e9e

View File

@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: except.cxx,v $
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -28,6 +28,7 @@
*
************************************************************************/
#include <stdio.h>
#include <string.h>
#include <dlfcn.h>
#include <cxxabi.h>
#include <hash_map>