Browse Source

help ftello find its prototype

svn:r9016
Roger Dingledine 19 years ago
parent
commit
936f075f11
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/common/log.c

+ 1 - 0
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