From 507a125c2ce7541e902ae9924b052c3ece622294 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 13 Aug 1996 23:00:29 +0000 Subject: [PATCH] removed include of netdb.h --- src/cas/io/bsdSocket/casIOD.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cas/io/bsdSocket/casIOD.h b/src/cas/io/bsdSocket/casIOD.h index f9e062bad..bf9d29313 100644 --- a/src/cas/io/bsdSocket/casIOD.h +++ b/src/cas/io/bsdSocket/casIOD.h @@ -7,6 +7,9 @@ // Some BSD calls have crept in here // // $Log$ +// Revision 1.2 1996/07/24 22:03:36 jhill +// fixed net proto for gnu compiler +// // Revision 1.1.1.1 1996/06/20 00:28:18 jhill // ca server installation // @@ -26,7 +29,6 @@ extern "C" { #include #ifndef SUNOS4 // func proto do not have args for C++ (under sunos4) #include -#include #endif #ifdef __cplusplus