Skip to content

Commit f77ede8

Browse files
committed
merge with http_client commit
1 parent e142e89 commit f77ede8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/net/lib/http/http_client.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ LOG_MODULE_REGISTER(net_http, CONFIG_NET_HTTP_LOG_LEVEL);
1515

1616
#include <kernel.h>
1717
#include <string.h>
18+
#include <strings.h>
1819
#include <errno.h>
1920
#include <stdbool.h>
2021
#include <stdlib.h>

0 commit comments

Comments
 (0)