datetime: Add <stdio.h> for fprintf

This commit is contained in:
Aaron Marcher 2018-05-06 22:41:56 +02:00
parent 932f65c373
commit 62563a5a0d

View file

@ -1,4 +1,5 @@
/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <time.h>
#include "../util.h"