diff options
Diffstat (limited to 'registry/source/regimpl.cxx')
-rw-r--r-- | registry/source/regimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/registry/source/regimpl.cxx b/registry/source/regimpl.cxx index cfb867f1eb88..0bd28d0a2fb8 100644 --- a/registry/source/regimpl.cxx +++ b/registry/source/regimpl.cxx @@ -35,7 +35,7 @@ #include <string.h> #include <stdio.h> -#if defined(UNX) || defined(OS2) +#if defined(UNX) #include <unistd.h> #endif #ifdef __MINGW32__ |