From 9844c679b4a4fb42c97f80e5653dea7c73ff0edf Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 2 Jan 2023 12:22:14 -0500 Subject: restructure ide-*.c --- ide-signature-help.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ide-signature-help.c') diff --git a/ide-signature-help.c b/ide-signature-help.c index 97dc8c3..0e6fd91 100644 --- a/ide-signature-help.c +++ b/ide-signature-help.c @@ -1,5 +1,7 @@ // deals with textDocument/signatureHelp LSP requests +#include "ted.h" + static void signature_help_clear(SignatureHelp *help) { for (int i = 0; i < help->signature_count; ++i) { Signature sig = help->signatures[i]; -- cgit v1.2.3