diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-09-05 15:43:59 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-09-05 15:43:59 +0000 |
commit | 1aa7eee0cc11b2dfdfc4fa74680c7f0fdf03b285 (patch) | |
tree | 138fc8410ae92b5a5caab54a30ecd89de76faa77 /cpp/src/IceGrid/NodeI.cpp | |
parent | Fix (diff) | |
download | ice-1aa7eee0cc11b2dfdfc4fa74680c7f0fdf03b285.tar.bz2 ice-1aa7eee0cc11b2dfdfc4fa74680c7f0fdf03b285.tar.xz ice-1aa7eee0cc11b2dfdfc4fa74680c7f0fdf03b285.zip |
Fix
Diffstat (limited to 'cpp/src/IceGrid/NodeI.cpp')
-rw-r--r-- | cpp/src/IceGrid/NodeI.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/IceGrid/NodeI.cpp b/cpp/src/IceGrid/NodeI.cpp index f8a9b0cb488..c57952bf9f2 100644 --- a/cpp/src/IceGrid/NodeI.cpp +++ b/cpp/src/IceGrid/NodeI.cpp @@ -21,9 +21,9 @@ #ifdef _WIN32 # include <direct.h> // For _getcwd -#endif - -#include <sys/sysctl.h> +#else +# include <sys/sysctl.h> +#endif
using namespace std; using namespace IcePatch2; |