X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserver%2Flocate_host.c;h=635862f41b952e2a95ea732bae43064ec75f84e3;hb=4a3065dff45bf5b0b208e1607e1f4e8906b8432c;hp=98cfc9c953a6c7c7b8502d9b14d694605149f84f;hpb=8d8fea81864fe6ce4a5a59ac25c0839fc8027446;p=citadel.git diff --git a/citadel/server/locate_host.c b/citadel/server/locate_host.c index 98cfc9c95..635862f41 100644 --- a/citadel/server/locate_host.c +++ b/citadel/server/locate_host.c @@ -1,6 +1,6 @@ // Functions which handle hostname/address lookups and resolution // -// Copyright (c) 1987-2019 by the citadel.org team +// Copyright (c) 1987-2023 by the citadel.org team // // This program is open source software. Use, duplication, or disclosure // is subject to the terms of the GNU General Public License, version 3. @@ -13,6 +13,7 @@ #include #include #include +#include #include #include "context.h"