diff options
Diffstat (limited to 'src/log.c')
-rw-r--r-- | src/log.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/* $Id: log.c,v 1.14 2001-09-04 16:50:22 rjkaes Exp $ +/* $Id: log.c,v 1.15 2001-10-25 17:27:39 rjkaes Exp $ * * Logs the various messages which tinyproxy produces to either a log file or * the syslog daemon. Not much to it... @@ -19,8 +19,6 @@ #include "tinyproxy.h" -#include <stdarg.h> - #include "log.h" static char *syslog_level[] = { |