浏览代码

Include stdio.h in torerr.c.

Nick Mathewson 5 年之前
父节点
当前提交
b556894ef2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/lib/err/torerr.c

+ 1 - 0
src/lib/err/torerr.c

@@ -15,6 +15,7 @@
 #include <stdarg.h>
 #include <stdlib.h>
 #include <string.h>
+#include <stdio.h>
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
 #endif