Browse Source

datetime: Add <stdio.h> for fprintf

master
Aaron Marcher 6 years ago
parent
commit
62563a5a0d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      components/datetime.c

+ 1
- 0
components/datetime.c View File

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

#include "../util.h"


Loading…
Cancel
Save