Skip to content
Snippets Groups Projects
Commit b556894e authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Include stdio.h in torerr.c.

parent 937c1a38
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment