ソースを参照

datetime: Add <stdio.h> for fprintf

master
Aaron Marcher 6年前
コミット
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"


読み込み中…
キャンセル
保存