[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9016: help ftello find its prototype (tor/trunk/src/common)
Author: arma
Date: 2006-12-02 18:08:55 -0500 (Sat, 02 Dec 2006)
New Revision: 9016
Modified:
tor/trunk/src/common/log.c
Log:
help ftello find its prototype
Modified: tor/trunk/src/common/log.c
===================================================================
--- tor/trunk/src/common/log.c 2006-12-02 22:47:46 UTC (rev 9015)
+++ tor/trunk/src/common/log.c 2006-12-02 23:08:55 UTC (rev 9016)
@@ -13,6 +13,7 @@
#include "orconfig.h"
#include <stdarg.h>
#include <assert.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_SYS_TIME_H