X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Futils%2Fsendcommand.c;fp=citadel%2Futils%2Fsendcommand.c;h=6380f4eecb3a8d7ab8485bd5f7b6220716ee72f2;hb=f4caf74d8b5acbd10546023300973c5686e365bd;hp=e38b9db2c43c9c62d71f092f55d6fcc2c6b16e94;hpb=a96c8e2a925caf7ae1c16a05d0666a45ea60ea86;p=citadel.git diff --git a/citadel/utils/sendcommand.c b/citadel/utils/sendcommand.c index e38b9db2c..6380f4eec 100644 --- a/citadel/utils/sendcommand.c +++ b/citadel/utils/sendcommand.c @@ -1,6 +1,6 @@ // Command-line utility to transmit a server command. // -// 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. @@ -20,6 +20,7 @@ #include #include #include "../server/citadel.h" +#include "../server/server.h" #include "../server/citadel_dirs.h" #include