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 --- printf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'printf.c') diff --git a/printf.c b/printf.c index 80f54c9..4e7af18 100644 --- a/printf.c +++ b/printf.c @@ -22,6 +22,7 @@ #include "expr.h" #include "mtab.h" #include "stat.h" +#include "time.h" #include "util.h" #include #include -- cgit v1.2.3