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/Ice/UdpTransceiver.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/Ice/UdpTransceiver.h')
-rw-r--r-- | cpp/src/Ice/UdpTransceiver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.h b/cpp/src/Ice/UdpTransceiver.h index ebe9a2f4669..4898c3cc54c 100644 --- a/cpp/src/Ice/UdpTransceiver.h +++ b/cpp/src/Ice/UdpTransceiver.h @@ -18,7 +18,7 @@ #include <IceUtil/Mutex.h> #ifndef _WIN32 -# include <netinet/in.h> // For struct sockaddr_storage +# include <sys/socket.h> // For struct sockaddr_storage #endif namespace IceInternal |