Browse Source

Include stdio.h in torerr.c.

Nick Mathewson 5 years ago
parent
commit
b556894ef2
1 changed files with 1 additions and 0 deletions
  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