From: claudio Date: Fri, 8 Jul 2022 08:48:56 +0000 (+0000) Subject: This needs arpa/inet.h for ntohs() and htons() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=bedbc5ebf7d44377a3032239c94f957e080a8acf;p=openbsd This needs arpa/inet.h for ntohs() and htons() --- 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