diff options
Diffstat (limited to 'registry')
-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 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 |