aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/memory.c')
-rw-r--r--src/nvim/memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/memory.c b/src/nvim/memory.c
index 85c07a299e..eae30952b5 100644
--- a/src/nvim/memory.c
+++ b/src/nvim/memory.c
@@ -1,6 +1,7 @@
// Various routines dealing with allocation and deallocation of memory.
#include <string.h>
+#include <stdbool.h>
#include "nvim/vim.h"
#include "nvim/misc2.h"