From 8a4464f44385a2146c4f1c695250f3b2b664e366 Mon Sep 17 00:00:00 2001 From: "Darryl L. Miles" Date: Fri, 4 Oct 2024 12:03:18 +0100 Subject: [PATCH] commands.h: add #include "textio/txcommands.h" The type TxCommand is used in the function signatures. K&R obsolete syntax removal for C23 compatibility series --- commands/commands.h | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/commands.h b/commands/commands.h index 38f79a40..7e65acc4 100644 --- a/commands/commands.h +++ b/commands/commands.h @@ -25,6 +25,7 @@ #include "windows/windows.h" #include "database/database.h" +#include "textio/txcommands.h" /* TxCommand */ /* * Name of default yank buffer