diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2020-02-13 17:08:23 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2020-02-13 17:08:23 -0500 |
commit | 1ca8b4d9e81bfe7bed51fa6b858d59b721143054 (patch) | |
tree | 2f5347c32bb5e9e7685a18bbcbf8ffe4ab3d1ddf /printf.c | |
parent | 95f862fdd82a99e30bbf2c43009ec9a51e416804 (diff) | |
download | bfs-1ca8b4d9e81bfe7bed51fa6b858d59b721143054.tar.xz |
time: Split out time-related functions from util
Diffstat (limited to 'printf.c')
-rw-r--r-- | printf.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ #include "expr.h" #include "mtab.h" #include "stat.h" +#include "time.h" #include "util.h" #include <assert.h> #include <errno.h> |