X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Futils%2Fsetup.c;fp=citadel%2Futils%2Fsetup.c;h=2acbc6ab5fa962d567149e466536476113159aec;hb=f4caf74d8b5acbd10546023300973c5686e365bd;hp=b36da8979ba8f11dc50571822b00c2ccafeaf080;hpb=a96c8e2a925caf7ae1c16a05d0666a45ea60ea86;p=citadel.git diff --git a/citadel/utils/setup.c b/citadel/utils/setup.c index b36da8979..2acbc6ab5 100644 --- a/citadel/utils/setup.c +++ b/citadel/utils/setup.c @@ -1,6 +1,6 @@ // Citadel setup utility // -// Copyright (c) 1987-2022 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. @@ -26,6 +26,7 @@ #include #include #include "../server/citadel.h" +#include "../server/server.h" #include "axdefs.h" #include "../server/sysdep.h" #include "../server/citadel_dirs.h"