diff options
author | Marc Laukien <marc@zeroc.com> | 2002-04-17 21:46:38 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-04-17 21:46:38 +0000 |
commit | bbdd427830cac2daa2882f0726c31e4c7886b7ad (patch) | |
tree | d465eb403ed0b4d8ea5849e3107dce2840b899c5 /cpp/src/IcePatch/Server.cpp | |
parent | Added passphrase retry capability. (diff) | |
download | ice-bbdd427830cac2daa2882f0726c31e4c7886b7ad.tar.bz2 ice-bbdd427830cac2daa2882f0726c31e4c7886b7ad.tar.xz ice-bbdd427830cac2daa2882f0726c31e4c7886b7ad.zip |
win fixes
Diffstat (limited to 'cpp/src/IcePatch/Server.cpp')
-rw-r--r-- | cpp/src/IcePatch/Server.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/IcePatch/Server.cpp b/cpp/src/IcePatch/Server.cpp index 3f90275cfa4..a84c71a1476 100644 --- a/cpp/src/IcePatch/Server.cpp +++ b/cpp/src/IcePatch/Server.cpp @@ -11,6 +11,9 @@ #include <Ice/Application.h> #include <IcePatch/FileLocator.h> #include <IcePatch/Util.h> +#ifdef _WIN32 +# include <direct.h> +#endif using namespace std; using namespace Ice; |