diff options
author | Roger Dingledine <arma@torproject.org> | 2006-12-02 23:08:55 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-12-02 23:08:55 +0000 |
commit | 936f075f11478719def971d884ead6a818cfba14 (patch) | |
tree | 928d3c239521fbf9c64549fcda2c0497fab9a0f1 /src | |
parent | c5b90daf868963ce7a46b117338fbaaeba30895e (diff) | |
download | tor-936f075f11478719def971d884ead6a818cfba14.tar.gz tor-936f075f11478719def971d884ead6a818cfba14.zip |
help ftello find its prototype
svn:r9016
Diffstat (limited to 'src')
-rw-r--r-- | src/common/log.c | 1 |
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 |