소스 검색

help ftello find its prototype

svn:r9016
Roger Dingledine 19 년 전
부모
커밋
936f075f11
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/common/log.c

+ 1 - 0
src/common/log.c

@@ -13,6 +13,7 @@ const char log_c_id[] = "$Id$";
 #include "orconfig.h"
 #include <stdarg.h>
 #include <assert.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #ifdef HAVE_SYS_TIME_H