From bedbc5ebf7d44377a3032239c94f957e080a8acf Mon Sep 17 00:00:00 2001 From: claudio Date: Fri, 8 Jul 2022 08:48:56 +0000 Subject: [PATCH] This needs arpa/inet.h for ntohs() and htons() --- usr.sbin/bgplgd/slowcgi.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/bgplgd/slowcgi.c b/usr.sbin/bgplgd/slowcgi.c index c229142a6d7..1c6dc378192 100644 --- a/usr.sbin/bgplgd/slowcgi.c +++ b/usr.sbin/bgplgd/slowcgi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: slowcgi.c,v 1.1 2022/06/28 16:11:30 claudio Exp $ */ +/* $OpenBSD: slowcgi.c,v 1.2 2022/07/08 08:48:56 claudio Exp $ */ /* * Copyright (c) 2020 Claudio Jeker * Copyright (c) 2019 Kristaps Dzonsons @@ -26,6 +26,7 @@ #include #include #include +#include #include #include #include -- 2.20.1