help ftello find its prototype

svn:r9016
This commit is contained in:
Roger Dingledine 2006-12-02 23:08:55 +00:00
parent c5b90daf86
commit 936f075f11

View File

@ -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