From ef9195ac63f3fef20742f98096f65fe7e0ed66ff Mon Sep 17 00:00:00 2001 From: chatty Date: Wed, 18 May 1994 09:52:14 +0000 Subject: Ported to Solaris --- comm/OLD/dgram.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'comm/OLD') 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 +#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. -- cgit v1.1