diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:54:08 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-03-26 12:54:08 +0000 |
commit | 0aed34a6e13e15d2f796ccecc21c141687926add (patch) | |
tree | e3239018cd4d6ba32936ef9a6d8a3ab730982127 /registry/source | |
parent | 687eb5687ee327cd0b5141eea7235c9745ed34ba (diff) |
INTEGRATION: CWS mingwport03 (1.22.8); FILE MERGED
2006/11/08 12:50:38 vg 1.22.8.2: RESYNC: (1.22-1.23); FILE MERGED
2006/09/07 09:38:04 vg 1.22.8.1: #i53572# MinGW port
Diffstat (limited to 'registry/source')
-rw-r--r-- | registry/source/regimpl.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx index ce81c1405..d1dab4bc8 100644 --- a/registry/source/regimpl.cxx +++ b/registry/source/regimpl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: regimpl.cxx,v $ * - * $Revision: 1.23 $ + * $Revision: 1.24 $ * - * last change: $Author: obo $ $Date: 2006-09-17 01:53:32 $ + * last change: $Author: vg $ $Date: 2007-03-26 13:54:08 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -45,6 +45,9 @@ #ifdef UNX #include <unistd.h> #endif +#ifdef __MINGW32__ +#include <unistd.h> +#endif #ifdef MACOSX // Get the store.hxx inlines non-inline, solves crashes in cppumaker |