Browse Source

datetime: Add <stdio.h> for fprintf

master
Aaron Marcher 8 years ago
parent
commit
62563a5a0d
  1. 1
      components/datetime.c

1
components/datetime.c

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

Loading…
Cancel
Save