commit b556894ef2fc41947bcae998c8caa51e256f2a6e parent 937c1a3830b117514898adb083b25936da22eb0d Author: Nick Mathewson <nickm@torproject.org> Date: Mon, 25 Jun 2018 16:52:14 -0400 Include stdio.h in torerr.c. Diffstat:
| M | src/lib/err/torerr.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/lib/err/torerr.c b/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