Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit 2b1aa29

Browse files
committed
fix: Fix undefined reference to UNUSED macro
1 parent 8e5805d commit 2b1aa29

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

connectivity/http/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ cc_library(
66
deps = [
77
"//accelerator/core:apis",
88
"//accelerator/core:proxy_apis",
9+
"@entangled//utils:macros",
910
"@libmicrohttpd",
1011
],
1112
)

connectivity/http/http.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <string.h>
66
#include <time.h>
77

8+
#include "utils/macros.h"
89
#include "http.h"
910

1011
#define HTTP_LOGGER "http"

0 commit comments

Comments
 (0)