X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Futils%2Fauth.c;h=a474f1d0077c19e26e06742b402a4262737a7547;hb=0901c5ec610cc2c0c1fe29c84d0f8f46be876f49;hp=ead5f54b5a8f31904d8c835eaf4e077285a3d4bd;hpb=90fefa7f1940c990d4047d5403edff6a6688c74b;p=citadel.git diff --git a/citadel/utils/auth.c b/citadel/utils/auth.c index ead5f54b5..a474f1d00 100644 --- a/citadel/utils/auth.c +++ b/citadel/utils/auth.c @@ -1,8 +1,6 @@ // system-level password checking for host auth mode -// by Nathan Bryant, March 1999 -// updated by Trey van Riper, June 2005 // -// Copyright (c) 1999-2016 by the citadel.org team +// Copyright (c) 1999-2022 by Nathan Bryant, Trey Van Riper, and 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. @@ -18,9 +16,10 @@ #include #include #include +#include #include "auth.h" -#include "sysdep.h" +#include "../server/sysdep.h" #ifdef HAVE_GETSPNAM #include