Просмотр исходного кода

datetime: Add <stdio.h> for fprintf

Aaron Marcher 7 лет назад
Родитель
Сommit
62563a5a0d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      components/datetime.c

+ 1 - 0
components/datetime.c

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