aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/path.c
diff options
context:
space:
mode:
authorBrandon Coleman <metrix1978@gmail.com>2014-06-23 00:40:35 -0500
committerNicolas Hillegeer <nicolas@hillegeer.com>2014-07-09 00:18:19 +0200
commite69cfa6c15eabfba6f99791482ea657ca325298c (patch)
tree52cfa4b140af9b5112422ae4f1cc97aac2cdf96a /src/nvim/path.c
parent8cc8164e5215f98b254f493b670ee5ff1d80938f (diff)
downloadrneovim-e69cfa6c15eabfba6f99791482ea657ca325298c.tar.gz
rneovim-e69cfa6c15eabfba6f99791482ea657ca325298c.tar.bz2
rneovim-e69cfa6c15eabfba6f99791482ea657ca325298c.zip
move assert.h include out of vim.h
Diffstat (limited to 'src/nvim/path.c')
-rw-r--r--src/nvim/path.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/path.c b/src/nvim/path.c
index ab51facd62..77728a304e 100644
--- a/src/nvim/path.c
+++ b/src/nvim/path.c
@@ -1,4 +1,5 @@
+#include <assert.h>
#include <inttypes.h>
#include <stdbool.h>
#include <stdlib.h>