From b06c40e470c3fd2b7bac1b61e25bf79ae6c50ebb Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 26 Jun 1996 23:32:17 +0000 Subject: [PATCH] changed where caProto.h comes from (again) --- src/cas/generic/casInternal.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/cas/generic/casInternal.h b/src/cas/generic/casInternal.h index 4e2bf7be3..113e745e6 100644 --- a/src/cas/generic/casInternal.h +++ b/src/cas/generic/casInternal.h @@ -29,6 +29,9 @@ * * History * $Log$ + * Revision 1.3 1996/06/26 21:18:54 jhill + * now matches gdd api revisions + * * Revision 1.2 1996/06/20 18:08:35 jhill * changed where caProto.h comes from * @@ -43,7 +46,7 @@ // #include #include -#include <../src/ca/caProto.h> +#include typedef aitUint32 caResId;