diff options
Diffstat (limited to 'src/stats.c')
-rw-r--r-- | src/stats.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stats.c b/src/stats.c index d41604a..c239d94 100644 --- a/src/stats.c +++ b/src/stats.c @@ -1,4 +1,4 @@ -/* $Id: stats.c,v 1.7 2001-11-22 00:31:10 rjkaes Exp $ +/* $Id: stats.c,v 1.8 2002-05-23 18:20:27 rjkaes Exp $ * * This module handles the statistics for tinyproxy. There are only two * public API functions. The reason for the functions, rather than just a @@ -24,6 +24,7 @@ #include "tinyproxy.h" #include "log.h" +#include "heap.h" #include "stats.h" #include "utils.h" |