summaryrefslogtreecommitdiffstats
path: root/src/vim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim.h')
-rw-r--r--src/vim.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vim.h b/src/vim.h
index e45a1de2e0..30cf284284 100644
--- a/src/vim.h
+++ b/src/vim.h
@@ -486,6 +486,10 @@ typedef unsigned int u8char_T; // int is 32 bits or more
# endif
#endif
+#ifdef HAVE_SODIUM
+# include <sodium.h>
+#endif
+
// ================ end of the header file puzzle ===============
/*