From 7c816425b9df93544ce42f101a4348987df1930f Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Wed, 4 May 2022 20:29:12 +0200 Subject: [PATCH] =?UTF-8?q?gnu.cfg:=20Fixed=20compiler=20warning=20from=20?= =?UTF-8?q?GCC:=20warning:=20=E2=80=98struct=20servent=E2=80=99=20declared?= =?UTF-8?q?=20inside=20parameter=20list=20will=20not=20be=20visible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/cfg/gnu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cfg/gnu.c b/test/cfg/gnu.c index 2f2a447b8..6011ad44f 100644 --- a/test/cfg/gnu.c +++ b/test/cfg/gnu.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include