From c804940ec5bcdcfa0ffe90e03c6866d3bb651416 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期二, 14 一月 2020 17:13:21 +0800 Subject: [PATCH] add chan cache for async --- cface.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cface.h b/cface.h index 41a2788..c1d0076 100644 --- a/cface.h +++ b/cface.h @@ -5,7 +5,7 @@ extern "C"{ #endif -#include "csrc/struct.h" +#include "csdk_struct.h" #ifndef uchar typedef unsigned char uchar; -- Gitblit v1.8.0