From 89cb8dae4899d5c3eb798a43f9a3a488695297b4 Mon Sep 17 00:00:00 2001 From: claudio Date: Wed, 6 Sep 2023 09:52:26 +0000 Subject: [PATCH] Add missing include for timespecsub() --- usr.sbin/bgpctl/bgpctl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/bgpctl/bgpctl.c b/usr.sbin/bgpctl/bgpctl.c index 981f33ff4ff..ebfa0b4a60b 100644 --- a/usr.sbin/bgpctl/bgpctl.c +++ b/usr.sbin/bgpctl/bgpctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpctl.c,v 1.295 2023/04/28 13:24:25 claudio Exp $ */ +/* $OpenBSD: bgpctl.c,v 1.296 2023/09/06 09:52:26 claudio Exp $ */ /* * Copyright (c) 2003 Henning Brauer @@ -19,6 +19,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include #include #include #include -- 2.20.1