summaryrefslogtreecommitdiff
path: root/registry/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 12:54:08 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 12:54:08 +0000
commitb04765f2c1daa836466201829d67167df924d56d (patch)
treef4ffd2e5c5717b15bc1e9e19120c0cc3728d927d /registry/source
parentb6c04de4c9b6b68b28a63eddcfa4d3b50f37f7e6 (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.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx
index 8b8a3702b653..8b965180d593 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