datetime: Add <stdio.h> for fprintf
Aaron Marcher me@drkhsh.at
Sun, 06 May 2018 22:41:56 +0200
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
components/datetime.c
→
components/datetime.c
@@ -1,4 +1,5 @@
/* See LICENSE file for copyright and license details. */ +#include <stdio.h> #include <time.h> #include "../util.h"