datetime: Add <stdio.h> for fprintf
authorAaron Marcher <me@drkhsh.at>
Sun, 6 May 2018 20:41:56 +0000 (22:41 +0200)
committerAaron Marcher <me@drkhsh.at>
Sun, 6 May 2018 20:41:56 +0000 (22:41 +0200)
components/datetime.c

index 6dc9678b26264ee682b386b7dfefe3b9055ba8b1..12d77170527e9e07973b3c8bca164acb6cd53b9c 100644 (file)
@@ -1,4 +1,5 @@
 /* See LICENSE file for copyright and license details. */
+#include <stdio.h>
 #include <time.h>
 
 #include "../util.h"