From 6962f568ea29152d0b8ca344a0c8e755afeaf17a Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期一, 13 一月 2020 12:11:45 +0800 Subject: [PATCH] debug --- csdk_struct.h | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/csrc/struct.h b/csdk_struct.h similarity index 91% rename from csrc/struct.h rename to csdk_struct.h index 9be7c4c..951ab42 100644 --- a/csrc/struct.h +++ b/csdk_struct.h @@ -1,5 +1,7 @@ -#ifndef _face_struct_h_ -#define _face_struct_h_ +#ifndef _c_wrapper_c_structure_h_ +#define _c_wrapper_c_structure_h_ + +#include <string.h> typedef struct _cPOINT { int x; @@ -60,4 +62,5 @@ long nFaceID;//face tracking id } cFaceInfo; + #endif \ No newline at end of file -- Gitblit v1.8.0