summaryrefslogtreecommitdiff
path: root/ide-signature-help.c
diff options
context:
space:
mode:
Diffstat (limited to 'ide-signature-help.c')
-rw-r--r--ide-signature-help.c2
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];