diff options
author | pommicket <pommicket@gmail.com> | 2023-01-02 12:22:14 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-02 12:22:14 -0500 |
commit | 9844c679b4a4fb42c97f80e5653dea7c73ff0edf (patch) | |
tree | a81c31c76eff99356406cbd7ae75d28b7ff43c05 /ide-signature-help.c | |
parent | 02ee27233b43eba648e5a9060fe269df963b9844 (diff) |
restructure ide-*.c
Diffstat (limited to 'ide-signature-help.c')
-rw-r--r-- | ide-signature-help.c | 2 |
1 files changed, 2 insertions, 0 deletions
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]; |