aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/vterm/encoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/vterm/encoding.h')
-rw-r--r--src/nvim/vterm/encoding.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/nvim/vterm/encoding.h b/src/nvim/vterm/encoding.h
new file mode 100644
index 0000000000..204b6d90c9
--- /dev/null
+++ b/src/nvim/vterm/encoding.h
@@ -0,0 +1,10 @@
+#pragma once
+
+#include <stddef.h>
+
+#include "nvim/vterm/vterm_defs.h"
+#include "nvim/vterm/vterm_internal_defs.h"
+
+#ifdef INCLUDE_GENERATED_DECLARATIONS
+# include "vterm/encoding.h.generated.h"
+#endif