commit | 9736dad970de4e769f742b70fb5bdfa6b28c7b5f | [log] [tgz] |
---|---|---|
author | b.liu <b.liu@mobiletek.cn> | Wed May 14 19:15:19 2025 +0800 |
committer | b.liu <b.liu@mobiletek.cn> | Wed May 14 19:15:19 2025 +0800 |
tree | 4e55d42de942d4ca15bccd2b54d5c4bcadb2a185 | |
parent | b17525ef6f573a1283e8df7546baaecf41d9fc85 [diff] [blame] |
Fix mbtk/test/Mobiletek_Tester_RDIT build error. Change-Id: Ia6e6b9c75f797976fe2152484fbce12a092dbb2f
diff --git a/mbtk/test/Mobiletek_Tester_RDIT/socket-tool.cpp b/mbtk/test/Mobiletek_Tester_RDIT/socket-tool.cpp index 990a910..ca02493 100755 --- a/mbtk/test/Mobiletek_Tester_RDIT/socket-tool.cpp +++ b/mbtk/test/Mobiletek_Tester_RDIT/socket-tool.cpp
@@ -5,6 +5,8 @@ #include <sys/types.h> #include <pthread.h> #include <errno.h> +#include <string.h> + #include "lynq.h" struct sockaddr_un g_client_local_addr = {0};