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

Commit

Permalink
fix: Fix undefined reference to UNUSED macro
Browse files Browse the repository at this point in the history
  • Loading branch information
afcidk committed Jan 24, 2020
1 parent 8e5805d commit 2b1aa29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions connectivity/http/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cc_library(
deps = [
"//accelerator/core:apis",
"//accelerator/core:proxy_apis",
"@entangled//utils:macros",
"@libmicrohttpd",
],
)
1 change: 1 addition & 0 deletions connectivity/http/http.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <string.h>
#include <time.h>

#include "utils/macros.h"
#include "http.h"

#define HTTP_LOGGER "http"
Expand Down

0 comments on commit 2b1aa29

Please sign in to comment.