aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os/lang.h
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-03-03 14:53:37 +0100
committerGitHub <noreply@github.com>2023-03-03 14:53:37 +0100
commit506ffde1a7dd819f2a917907b024f42d32e3ad49 (patch)
tree1a7710fe4e6c27b63737ccb28f8ebc64704100d6 /src/nvim/os/lang.h
parent98e051783c26239a47c5cd643e9aea7146b097bd (diff)
parent2cffd048334912f72e0f55b2a02bd1fd9107613a (diff)
downloadrneovim-506ffde1a7dd819f2a917907b024f42d32e3ad49.tar.gz
rneovim-506ffde1a7dd819f2a917907b024f42d32e3ad49.tar.bz2
rneovim-506ffde1a7dd819f2a917907b024f42d32e3ad49.zip
Merge pull request #22442 from bfredl/quickmake
refactor(build): spring cleaning of compile time checks
Diffstat (limited to 'src/nvim/os/lang.h')
-rw-r--r--src/nvim/os/lang.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/os/lang.h b/src/nvim/os/lang.h
index f60e064f57..bb1ebfb721 100644
--- a/src/nvim/os/lang.h
+++ b/src/nvim/os/lang.h
@@ -1,6 +1,9 @@
#ifndef NVIM_OS_LANG_H
#define NVIM_OS_LANG_H
+#include "nvim/ex_cmds_defs.h"
+#include "nvim/types.h"
+
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/lang.h.generated.h"
#endif