From 489be34b462204071d81ba86644269e88e440bf5 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期四, 30 九月 2021 13:31:15 +0800 Subject: [PATCH] fix SendReply free --- src/bh_api.cpp | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/bh_api.cpp b/src/bh_api.cpp index 32e53ef..f4215d3 100644 --- a/src/bh_api.cpp +++ b/src/bh_api.cpp @@ -7,9 +7,7 @@ #include "bh_api.h" #include <pthread.h> #include <getopt.h> -#include "bhome_msg_api.pb.h" -#include "bhome_msg.pb.h" -#include "error_msg.pb.h" +#include "../proto/source/error_msg.pb.h" #include "../proto/source/bhome_msg.pb.h" #include "../proto/source/bhome_msg_api.pb.h" -- Gitblit v1.8.0