From a3cc5d7697b15149965a2895b9e54f0bbf2de65c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Tvrd=C3=ADk?= Date: Wed, 23 Dec 2015 15:31:00 +0100 Subject: [PATCH] RPKI: Fix a compilation --- proto/rpki/rpki.c | 4 ++-- proto/rpki/rpki.h | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/proto/rpki/rpki.c b/proto/rpki/rpki.c index 476220258..2f82c8fbc 100644 --- a/proto/rpki/rpki.c +++ b/proto/rpki/rpki.c @@ -469,12 +469,12 @@ rpki_reconfigure_proto(struct rpki_proto *p, struct rpki_config *new_cf, struct struct rpki_cache_group *g; WALK_LIST(g, p->group_list) { - RPKI_TRACE(D_EVENTS, p, "Group(%u)", g->preference); + DBG("Group(%u)", g->preference); struct rpki_cache *c; WALK_LIST(c, g->cache_list) { - RPKI_TRACE(D_EVENTS, p, " Cache(%s)", get_cache_ident(c)); + DBG(" Cache(%s)", get_cache_ident(c)); } } diff --git a/proto/rpki/rpki.h b/proto/rpki/rpki.h index 91ffe1eda..70669bd6f 100644 --- a/proto/rpki/rpki.h +++ b/proto/rpki/rpki.h @@ -16,7 +16,8 @@ #include "lib/socket.h" #include "lib/ip.h" -#include "transport.h" +#include "ssh_transport.h" +#include "tcp_transport.h" #include "rtr.h" #include "packets.h" -- 2.47.2