From 62563a5a0d133fac43d81f85b50d6da01eb93283 Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Sun, 6 May 2018 22:41:56 +0200 Subject: [PATCH] datetime: Add for fprintf --- components/datetime.c | 1 + 1 file changed, 1 insertion(+) diff --git a/components/datetime.c b/components/datetime.c index 6dc9678..12d7717 100644 --- a/components/datetime.c +++ b/components/datetime.c @@ -1,4 +1,5 @@ /* See LICENSE file for copyright and license details. */ +#include #include #include "../util.h"