summaryrefslogtreecommitdiff
path: root/comm/OLD
diff options
context:
space:
mode:
authorchatty1994-05-18 09:52:14 +0000
committerchatty1994-05-18 09:52:14 +0000
commitef9195ac63f3fef20742f98096f65fe7e0ed66ff (patch)
tree5454c727c435ed6cba2ddb3c71ad459f306a48ff /comm/OLD
parent3a2e78e65f37d34d985d849977b25daeb2d9a3ff (diff)
downloadivy-league-ef9195ac63f3fef20742f98096f65fe7e0ed66ff.zip
ivy-league-ef9195ac63f3fef20742f98096f65fe7e0ed66ff.tar.gz
ivy-league-ef9195ac63f3fef20742f98096f65fe7e0ed66ff.tar.bz2
ivy-league-ef9195ac63f3fef20742f98096f65fe7e0ed66ff.tar.xz
Ported to Solaris
Diffstat (limited to 'comm/OLD')
-rw-r--r--comm/OLD/dgram.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/comm/OLD/dgram.cc b/comm/OLD/dgram.cc
index 712c1be..d0cc6bb 100644
--- a/comm/OLD/dgram.cc
+++ b/comm/OLD/dgram.cc
@@ -33,6 +33,10 @@ extern "C" {
}
#endif
+#if defined(sun) && defined(__svr4__)
+#include <sys/filio.h>
+#endif
+
/*?class UchDGRAM
The class \typ{UchDGRAM} is derived from \typ{UchDatagram}.
It adds to a datagram a simple protocol to ensure that all messages sent are received.