diff options
-rw-r--r-- | components/datetime.c | 1 |
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" |