From 8bb672e6a088eb77d98d182bd46551986b52eb49 Mon Sep 17 00:00:00 2001 From: Thomas Wienecke Date: Tue, 4 Mar 2014 20:50:48 +0100 Subject: Port mch_isdir to libuv. --- src/spell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/spell.c') 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 /* for time_t */ -- cgit