Commit b556894e authored by Nick Mathewson's avatar Nick Mathewson 🥔
Browse files

Include stdio.h in torerr.c.

parent 937c1a38
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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