aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-12-02 23:08:55 +0000
committerRoger Dingledine <arma@torproject.org>2006-12-02 23:08:55 +0000
commit936f075f11478719def971d884ead6a818cfba14 (patch)
tree928d3c239521fbf9c64549fcda2c0497fab9a0f1
parentc5b90daf868963ce7a46b117338fbaaeba30895e (diff)
downloadtor-936f075f11478719def971d884ead6a818cfba14.tar.gz
tor-936f075f11478719def971d884ead6a818cfba14.zip
help ftello find its prototype
svn:r9016
-rw-r--r--src/common/log.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/log.c b/src/common/log.c
index 8cd7716ba8..6e0366835c 100644
--- a/src/common/log.c
+++ b/src/common/log.c
@@ -13,6 +13,7 @@ const char log_c_id[] = "$Id$";
#include "orconfig.h"
#include <stdarg.h>
#include <assert.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_SYS_TIME_H