Include stdio.h in torerr.c.

This commit is contained in:
Nick Mathewson 2018-06-25 16:52:14 -04:00
parent 937c1a3830
commit b556894ef2

View File

@ -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