Moved from citadel.h to server.h
[citadel.git] / citadel / utils / sendcommand.c
index e38b9db2c43c9c62d71f092f55d6fcc2c6b16e94..6380f4eecb3a8d7ab8485bd5f7b6220716ee72f2 100644 (file)
@@ -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 <sys/socket.h>
 #include <sys/un.h>
 #include "../server/citadel.h"
+#include "../server/server.h"
 #include "../server/citadel_dirs.h"
 #include <libcitadel.h>