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
This commit is contained in:
parent
06b5870035
commit
8a4464f443
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include "windows/windows.h"
|
||||
#include "database/database.h"
|
||||
#include "textio/txcommands.h" /* TxCommand */
|
||||
|
||||
/*
|
||||
* Name of default yank buffer
|
||||
|
|
|
|||
Loading…
Reference in New Issue