From: Nick Mathewson Date: Mon, 25 Jun 2018 20:52:14 +0000 (-0400) Subject: Include stdio.h in torerr.c. X-Git-Tag: tor-0.3.5.1-alpha~365 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b556894ef2fc41947bcae998c8caa51e256f2a6e;p=thirdparty%2Ftor.git Include stdio.h in torerr.c. --- diff --git a/src/lib/err/torerr.c b/src/lib/err/torerr.c index 81f3605964..8d8f694f1d 100644 --- a/src/lib/err/torerr.c +++ b/src/lib/err/torerr.c @@ -15,6 +15,7 @@ #include #include #include +#include #ifdef HAVE_SYS_TIME_H #include #endif