citadel.h is now citadel_defs.h
[citadel.git] / citadel / utils / sendcommand.c
index e2a3a29c1ca3f05203f8217477d9f852505c823d..41547be9ecb2557eedee965eca7022093383062f 100644 (file)
@@ -1,10 +1,9 @@
 // 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.
-// The program is distributed without any warranty, expressed or implied.
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -20,7 +19,8 @@
 #include <limits.h>
 #include <sys/socket.h>
 #include <sys/un.h>
-#include "../server/citadel.h"
+#include "../server/citadel_defs.h"
+#include "../server/server.h"
 #include "../server/citadel_dirs.h"
 #include <libcitadel.h>