summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nest/bfd.h1
-rw-r--r--proto/wireguard/wireguard.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/nest/bfd.h b/nest/bfd.h
index 36add991..a7daa7f1 100644
--- a/nest/bfd.h
+++ b/nest/bfd.h
@@ -7,6 +7,7 @@
#ifndef _BIRD_NBFD_H_
#define _BIRD_NBFD_H_
+#include "conf/conf.h"
#include "lib/lists.h"
#include "lib/resource.h"
diff --git a/proto/wireguard/wireguard.c b/proto/wireguard/wireguard.c
index 9129e224..10c71222 100644
--- a/proto/wireguard/wireguard.c
+++ b/proto/wireguard/wireguard.c
@@ -738,7 +738,7 @@ wg_shutdown(struct proto *P)
struct wg_proto *p = (struct wg_proto*)P;
wg_device *dev = NULL;
- og_msg(L_INFO "wg_shutdown");
+ log_msg(L_INFO "wg_shutdown");
WG_TRACE(D_EVENTS, "WG: wg_shutdown");
if (get_device(p, &p->dev, cf->ifname) >= 0)
{