From 0e37486f23cde2d9238217a4c646183582a06871 Mon Sep 17 00:00:00 2001 From: Fu Juntang <StrongTiger_001@163.com> Date: 星期日, 26 九月 2021 14:16:37 +0800 Subject: [PATCH] Add the parsing protobuf data head file. --- 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