diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-12-28 07:01:51 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-12-28 07:01:51 +0100 |
commit | 6ed55f267f29880782978fbb7d63799ed89cff65 (patch) | |
tree | 12cf5e33d7cbafc26c194edaff38f17e01f1e59a /cpp/src/Ice/UdpTransceiver.h | |
parent | Fix for bug 1945, Sun & HP-UX compilation fixes (diff) | |
download | ice-6ed55f267f29880782978fbb7d63799ed89cff65.tar.bz2 ice-6ed55f267f29880782978fbb7d63799ed89cff65.tar.xz ice-6ed55f267f29880782978fbb7d63799ed89cff65.zip |
More HP & Sun compilation fixes
Diffstat (limited to 'cpp/src/Ice/UdpTransceiver.h')
-rw-r--r-- | cpp/src/Ice/UdpTransceiver.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.h b/cpp/src/Ice/UdpTransceiver.h index 4898c3cc54c..c1e8900c213 100644 --- a/cpp/src/Ice/UdpTransceiver.h +++ b/cpp/src/Ice/UdpTransceiver.h @@ -10,6 +10,10 @@ #ifndef ICE_UDP_TRANSCEIVER_H #define ICE_UDP_TRANSCEIVER_H +#ifdef __hpux +# define _XOPEN_SOURCE_EXTENDED +#endif + #include <Ice/InstanceF.h> #include <Ice/TraceLevelsF.h> #include <Ice/LoggerF.h> |