From 1ca8b4d9e81bfe7bed51fa6b858d59b721143054 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 13 Feb 2020 17:08:23 -0500 Subject: time: Split out time-related functions from util --- eval.c | 1 + 1 file changed, 1 insertion(+) (limited to 'eval.c') diff --git a/eval.c b/eval.c index ab885fc..23c7b1b 100644 --- a/eval.c +++ b/eval.c @@ -30,6 +30,7 @@ #include "mtab.h" #include "printf.h" #include "stat.h" +#include "time.h" #include "trie.h" #include "util.h" #include -- cgit v1.2.3