diff options
author | Brandon Coleman <metrix1978@gmail.com> | 2014-06-23 00:40:35 -0500 |
---|---|---|
committer | Nicolas Hillegeer <nicolas@hillegeer.com> | 2014-07-09 00:18:19 +0200 |
commit | e69cfa6c15eabfba6f99791482ea657ca325298c (patch) | |
tree | 52cfa4b140af9b5112422ae4f1cc97aac2cdf96a /src/nvim/if_cscope.c | |
parent | 8cc8164e5215f98b254f493b670ee5ff1d80938f (diff) | |
download | rneovim-e69cfa6c15eabfba6f99791482ea657ca325298c.tar.gz rneovim-e69cfa6c15eabfba6f99791482ea657ca325298c.tar.bz2 rneovim-e69cfa6c15eabfba6f99791482ea657ca325298c.zip |
move assert.h include out of vim.h
Diffstat (limited to 'src/nvim/if_cscope.c')
-rw-r--r-- | src/nvim/if_cscope.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/if_cscope.c b/src/nvim/if_cscope.c index 6e93441caf..48b123ed59 100644 --- a/src/nvim/if_cscope.c +++ b/src/nvim/if_cscope.c @@ -9,6 +9,7 @@ */ #include <stdbool.h> +#include <assert.h> #include <inttypes.h> #include "nvim/vim.h" |