summaryrefslogtreecommitdiff
path: root/components/datetime.c
diff options
context:
space:
mode:
authorAaron Marcher <me@drkhsh.at>2018-05-06 22:41:56 +0200
committerAaron Marcher <me@drkhsh.at>2018-05-06 22:41:56 +0200
commit36c37e3deb148e619b3efe1848e56f4bd8d44dca (patch)
tree3396bdab25a92d93ac822b8818257f3cf81bc6c9 /components/datetime.c
parent5b2210d3d3731a8a85e46b40d89b67f115a3b8c5 (diff)
datetime: Add <stdio.h> for fprintf
Diffstat (limited to 'components/datetime.c')
-rw-r--r--components/datetime.c1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
#include <time.h>
#include "../util.h"