From 8d44e36b1af2b8a0953722bb0a96234dabe3a404 Mon Sep 17 00:00:00 2001 From: Nicolas Hillegeer Date: Sat, 19 Jul 2014 14:36:21 +0200 Subject: [PATCH] os/time: include time.h in os/time.h Include what you use, also in the positive direction. --- src/nvim/os/time.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nvim/os/time.h b/src/nvim/os/time.h index 8c73fc0c3b..b21808307f 100644 --- a/src/nvim/os/time.h +++ b/src/nvim/os/time.h @@ -3,6 +3,7 @@ #include #include +#include #ifdef INCLUDE_GENERATED_DECLARATIONS # include "os/time.h.generated.h"