From 2cdc26d2fe38d6b7d1c7230c18ae754f9fbee4ca Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Fri, 19 Jan 2001 15:55:01 +0000 Subject: [PATCH] fix undefined on solaris --- src/ca/tcpiiu_IL.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ca/tcpiiu_IL.h b/src/ca/tcpiiu_IL.h index 17808875a..737656b29 100644 --- a/src/ca/tcpiiu_IL.h +++ b/src/ca/tcpiiu_IL.h @@ -16,6 +16,8 @@ * 505 665 1831 */ +#include "comQueSend_IL.h" + inline bool tcpiiu::fullyConstructed () const { return this->fullyConstructedFlag;