소스 검색

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"


불러오는 중...
취소
저장