From d3e21e87b26e8cf9ec7aeb5e5ce76af777e5458a Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 13 Aug 1996 22:58:15 +0000 Subject: [PATCH] fdMgr.h => fdmanager.h --- src/cas/os/posix/casOSD.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/cas/os/posix/casOSD.h b/src/cas/os/posix/casOSD.h index 942ae27ef..0f7d1a506 100644 --- a/src/cas/os/posix/casOSD.h +++ b/src/cas/os/posix/casOSD.h @@ -7,6 +7,9 @@ // Some BSD calls have crept in here // // $Log$ +// Revision 1.1.1.1 1996/06/20 00:28:06 jhill +// ca server installation +// // #ifndef includeCASOSDH @@ -21,12 +24,12 @@ extern "C" { // for htons() etc // # include - +# include } // extern "C" #include #include -#include +#include class caServerI;