diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-05-11 12:22:00 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-05-11 12:22:00 +0000 |
commit | d18dc02f1b5a299f24465d3eecad8bda62b63ccc (patch) | |
tree | ab7035f7f8f339826fb9c18582c2fe935d813827 /cpp/src/IceGrid/Activator.cpp | |
parent | Fix (diff) | |
download | ice-d18dc02f1b5a299f24465d3eecad8bda62b63ccc.tar.bz2 ice-d18dc02f1b5a299f24465d3eecad8bda62b63ccc.tar.xz ice-d18dc02f1b5a299f24465d3eecad8bda62b63ccc.zip |
Win32 fixes
Diffstat (limited to 'cpp/src/IceGrid/Activator.cpp')
-rw-r--r-- | cpp/src/IceGrid/Activator.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/Activator.cpp b/cpp/src/IceGrid/Activator.cpp index de7c427253e..2c67ccddcf9 100644 --- a/cpp/src/IceGrid/Activator.cpp +++ b/cpp/src/IceGrid/Activator.cpp @@ -26,6 +26,8 @@ # include <sys/wait.h> # include <signal.h> # include <pwd.h> // for getpwnam +#else +# include <direct.h> // For _getcwd #endif using namespace std; |