Merge pull request !1555 from maosiping/master
This commit is contained in:
openharmony_ci 2024-09-12 12:57:58 +00:00 committed by Gitee
commit ebcc9e44b3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@
* limitations under the License.
*/
#include <cerrno>
#include <netdb.h>
#include "net_address.h"

View File

@ -16,7 +16,7 @@
#ifndef SOCKET_EXEC_COMMON_H
#define SOCKET_EXEC_COMMON_H
#include <cerrno>
#include <fcntl.h>
#include <unistd.h>