commit 62563a5a0d133fac43d81f85b50d6da01eb93283 parent 932f65c37388220298b44c65e601c593e4e40b9e Author: Aaron Marcher <me@drkhsh.at> Date: Sun, 6 May 2018 22:41:56 +0200 datetime: Add <stdio.h> for fprintf Diffstat:
M | components/datetime.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/components/datetime.c b/components/datetime.c @@ -1,4 +1,5 @@ /* See LICENSE file for copyright and license details. */ +#include <stdio.h> #include <time.h> #include "../util.h"