summaryrefslogtreecommitdiff
path: root/src/lsp/lsp_main.c
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-11 17:16:40 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-11 17:17:04 +0000
commitd2461482caf9e93d6e2bc7ff17567102f635211a (patch)
treec302d1a2e7cb829b6ed006c905db0b8bbf45f57a /src/lsp/lsp_main.c
parentf9b1992795142a073cd5dc1794350fc64e9aa695 (diff)
Fixed some things. Next thing will be tests.
Diffstat (limited to 'src/lsp/lsp_main.c')
-rw-r--r--src/lsp/lsp_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lsp/lsp_main.c b/src/lsp/lsp_main.c
index 9a3489b..fbe5312 100644
--- a/src/lsp/lsp_main.c
+++ b/src/lsp/lsp_main.c
@@ -1,9 +1,9 @@
+#include "json_rpc.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#include "json_rpc.h"
// Simple Main Loop for LSP.
int lsp_main(int argc, char **argv)