From 32f118a47f108e4dc26fbea6afce9648ba610079 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Mon, 24 Mar 2014 19:11:51 -0300 Subject: Implement `mch_delay` on top of libuv Needed to temporarily move two static variables from os_unix.c to 'globals.h' as those are shared by other functions still in os_unix. --- src/ui.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui.c') diff --git a/src/ui.c b/src/ui.c index b84e59b834..63f34a66e1 100644 --- a/src/ui.c +++ b/src/ui.c @@ -30,6 +30,7 @@ #include "normal.h" #include "option.h" #include "os_unix.h" +#include "os/time.h" #include "screen.h" #include "term.h" #include "window.h" -- cgit