aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/debugger.h
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2021-09-14 10:27:21 -0700
committerGitHub <noreply@github.com>2021-09-14 10:27:21 -0700
commit9edd17509fca597b847656adc8fc20fc1cc44ce5 (patch)
treeeb196a36031aa7e59eb36c09dc10ed45a50a603f /src/nvim/debugger.h
parentb63b4777ec80069e42326778023db30bd8217f1a (diff)
parent31ac33bf772b17d6a0553b97889aeaf3a5227419 (diff)
downloadrneovim-9edd17509fca597b847656adc8fc20fc1cc44ce5.tar.gz
rneovim-9edd17509fca597b847656adc8fc20fc1cc44ce5.tar.bz2
rneovim-9edd17509fca597b847656adc8fc20fc1cc44ce5.zip
Merge #15657 vim-patch:8.1.1195,8.2.{3417,3419}
Diffstat (limited to 'src/nvim/debugger.h')
-rw-r--r--src/nvim/debugger.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/nvim/debugger.h b/src/nvim/debugger.h
new file mode 100644
index 0000000000..1f1139b3bc
--- /dev/null
+++ b/src/nvim/debugger.h
@@ -0,0 +1,11 @@
+#ifndef NVIM_DEBUGGER_H
+#define NVIM_DEBUGGER_H
+
+#include <stdbool.h>
+
+#include "nvim/ex_cmds_defs.h"
+
+#ifdef INCLUDE_GENERATED_DECLARATIONS
+# include "debugger.h.generated.h"
+#endif
+#endif // NVIM_DEBUGGER_H