From 89db2820d03f280d0bf0e217d520e89c2bb8acd2 Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Tue, 30 Sep 2008 21:23:17 +0000 Subject: CCAPI should use common ipc and stream code KIM and CCAPI should share the same IPC and stream object types. Modified CCAPI to use code in src/util (stream) and src/util/mac (ipc) ticket: new git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20787 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ccapi/common/cci_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ccapi/common/cci_common.h') diff --git a/src/ccapi/common/cci_common.h b/src/ccapi/common/cci_common.h index 56f21c3..c1a5d08 100644 --- a/src/ccapi/common/cci_common.h +++ b/src/ccapi/common/cci_common.h @@ -51,6 +51,7 @@ #include "cci_debugging.h" #include "cci_identifier.h" #include "cci_message.h" -#include "cci_stream.h" + +#include "k5-ipc_stream.h" #endif /* CCI_COMMON_H */ -- cgit v1.1