From: claudio Date: Wed, 6 Sep 2023 09:52:26 +0000 (+0000) Subject: Add missing include for timespecsub() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=89cb8dae4899d5c3eb798a43f9a3a488695297b4;p=openbsd Add missing include for timespecsub() --- 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