diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-01-03 16:58:37 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-01-03 16:58:37 +0100 |
commit | 1f29fbdbff0de80f6187f35ff8f9f0cab3cf09ad (patch) | |
tree | 23911031865aa7da079c098f57bc8c65df68c48f /cpp/src/IceSSL/ConnectorI.h | |
parent | - Fixed bug 2363, 2623, 2500 (diff) | |
download | ice-1f29fbdbff0de80f6187f35ff8f9f0cab3cf09ad.tar.bz2 ice-1f29fbdbff0de80f6187f35ff8f9f0cab3cf09ad.tar.xz ice-1f29fbdbff0de80f6187f35ff8f9f0cab3cf09ad.zip |
Fix for bug 1945, Sun & HP-UX compilation fixes
Diffstat (limited to 'cpp/src/IceSSL/ConnectorI.h')
-rw-r--r-- | cpp/src/IceSSL/ConnectorI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/ConnectorI.h b/cpp/src/IceSSL/ConnectorI.h index 4102a478c48..9eec1f1e5ae 100644 --- a/cpp/src/IceSSL/ConnectorI.h +++ b/cpp/src/IceSSL/ConnectorI.h @@ -18,7 +18,7 @@ #ifdef _WIN32 # include <winsock2.h> #else -# include <netinet/in.h> // For struct sockaddr_storage +# include <sys/socket.h> // For struct sockaddr_storage #endif namespace IceSSL |