[tor/master] Include stdio.h in torerr.c.

25 Jun
2018
25 Jun
'18
8:52 p.m.
commit b556894ef2fc41947bcae998c8caa51e256f2a6e Author: Nick Mathewson <nickm@torproject.org> Date: Mon Jun 25 16:52:14 2018 -0400 Include stdio.h in torerr.c. --- src/lib/err/torerr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/err/torerr.c b/src/lib/err/torerr.c index 81f360596..8d8f694f1 100644 --- 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
2518
Age (days ago)
2518
Last active (days ago)
0 comments
1 participants
participants (1)
-
nickm@torproject.org