소스 검색

datetime: Add <stdio.h> for fprintf

Aaron Marcher 8 년 전
부모
커밋
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"