summaryrefslogtreecommitdiff
path: root/src/project
diff options
context:
space:
mode:
author杨威 <[email protected]>2023-01-10 23:53:24 +0800
committer杨威 <[email protected]>2023-01-11 11:50:53 +0800
commit8393d32ba6aeec6ff5a1a3143cb3fde2b88a10a4 (patch)
tree8931d569aeb8099c356c56a03010e33c5234de90 /src/project
parent351930141a08886cbd31d1968cfe66de2fbcc3dd (diff)
🌈 style(linter check): reduce lint check warning
Diffstat (limited to 'src/project')
-rw-r--r--src/project/project_requirement.c1
-rw-r--r--src/project/raw_ip_frag_list.c1
-rw-r--r--src/project/stream_bridge.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/src/project/project_requirement.c b/src/project/project_requirement.c
index 4cc3303..9137cc7 100644
--- a/src/project/project_requirement.c
+++ b/src/project/project_requirement.c
@@ -4,6 +4,7 @@ extern "C" {
#include "sapp_api.h"
#include "sapp_private_api.h"
+#include "sapp_declaration.h"
#include "MESA_list.h"
//extern int g_packet_io_thread_num;
diff --git a/src/project/raw_ip_frag_list.c b/src/project/raw_ip_frag_list.c
index 269fff7..95c9acb 100644
--- a/src/project/raw_ip_frag_list.c
+++ b/src/project/raw_ip_frag_list.c
@@ -8,6 +8,7 @@ extern "C" {
#include "sapp_api.h"
#include "sapp_private_api.h"
+#include "sapp_declaration.h"
//extern int g_packet_io_thread_num;
diff --git a/src/project/stream_bridge.c b/src/project/stream_bridge.c
index d7479b8..c696824 100644
--- a/src/project/stream_bridge.c
+++ b/src/project/stream_bridge.c
@@ -4,6 +4,7 @@ extern "C" {
#include "sapp_api.h"
#include "sapp_private_api.h"
+#include "sapp_declaration.h"
#include "MESA_htable.h"
#include "MESA_list.h"