]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Include stdio.h in torerr.c.
authorNick Mathewson <nickm@torproject.org>
Mon, 25 Jun 2018 20:52:14 +0000 (16:52 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 25 Jun 2018 20:52:14 +0000 (16:52 -0400)
src/lib/err/torerr.c

index 81f36059649f08e8b1227a39822e81c369058f29..8d8f694f1d4271f317c10e653f36dfe84d82b6b6 100644 (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