[tor-commits] [tor] 07/10: Fixed enum type not found in relay_stub
gitolite role
git at cupani.torproject.org
Thu May 25 15:14:24 UTC 2023
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main
in repository tor.
commit 7e57b9dbbffe224e970e8c10f0a9695840aba5e4
Author: friendly73 <friendly73 at x.x>
AuthorDate: Fri Mar 24 15:34:11 2023 +0000
Fixed enum type not found in relay_stub
---
src/feature/relay/relay_stub.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/feature/relay/relay_stub.c b/src/feature/relay/relay_stub.c
index aebf1e2613..e21ea97f79 100644
--- a/src/feature/relay/relay_stub.c
+++ b/src/feature/relay/relay_stub.c
@@ -12,6 +12,7 @@
#include "orconfig.h"
#include "feature/relay/relay_sys.h"
#include "lib/subsys/subsys.h"
+#include "feature/relay/relay_metrics.h"
const struct subsys_fns_t sys_relay = {
.name = "relay",
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tor-commits
mailing list