aboutsummaryrefslogtreecommitdiff
path: root/src/spell.c
diff options
context:
space:
mode:
authorThomas Wienecke <wienecke.t@gmail.com>2014-03-04 20:50:48 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-05 15:01:19 -0300
commit8bb672e6a088eb77d98d182bd46551986b52eb49 (patch)
tree8ac1a7d0ffd2839da23a1a4a01e5a8a7d301d7a3 /src/spell.c
parent1e5a6acebd9f4c5fec9f31a9b7863fc90167a648 (diff)
downloadrneovim-8bb672e6a088eb77d98d182bd46551986b52eb49.tar.gz
rneovim-8bb672e6a088eb77d98d182bd46551986b52eb49.tar.bz2
rneovim-8bb672e6a088eb77d98d182bd46551986b52eb49.zip
Port mch_isdir to libuv.
Diffstat (limited to 'src/spell.c')
-rw-r--r--src/spell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spell.c b/src/spell.c
index df264ee3fa..d403e17b3f 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -325,6 +325,7 @@
#include "term.h"
#include "ui.h"
#include "undo.h"
+#include "os/os.h"
#ifndef UNIX /* it's in os_unix_defs.h for Unix */
# include <time.h> /* for time_t */