From ca9306318b3953695b2514414591623f2de338d2 Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Thu, 11 Aug 2022 15:46:13 +0200 Subject: [PATCH] Fix warning --- dns/gethostbyaddr.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dns/gethostbyaddr.c b/dns/gethostbyaddr.c index b646948..6f6891a 100644 --- a/dns/gethostbyaddr.c +++ b/dns/gethostbyaddr.c @@ -2,6 +2,10 @@ #include #include +#include +#include +#include + #include "hstrerror.h" char *cmnd;