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

nickm at torproject.org nickm at torproject.org
Mon Jun 25 20:52:19 UTC 2018


commit b556894ef2fc41947bcae998c8caa51e256f2a6e
Author: Nick Mathewson <nickm at 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



More information about the tor-commits mailing list