瀏覽代碼

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"


Loading…
取消
儲存