aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/insexpand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/insexpand.h')
-rw-r--r--src/nvim/insexpand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/insexpand.h b/src/nvim/insexpand.h
index c394468a45..83ba14e0d2 100644
--- a/src/nvim/insexpand.h
+++ b/src/nvim/insexpand.h
@@ -1,6 +1,9 @@
#ifndef NVIM_INSEXPAND_H
#define NVIM_INSEXPAND_H
+#include <stdbool.h>
+
+#include "nvim/macros.h"
#include "nvim/vim.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS