From 3c799b35db0cc8cc0a31a3a74426a5bf1390662e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 30 Dec 1998 21:54:24 +0000 Subject: gcc -Wall cleanup. svn path=/trunk/; revision=2302 --- sink.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sink.c b/sink.c index 2f5b7f9d..1d9f3724 100644 --- a/sink.c +++ b/sink.c @@ -30,6 +30,7 @@ #else #include #endif +#include #include "fetchmail.h" #include "socket.h" @@ -257,7 +258,7 @@ static int send_bouncemail(struct msgblk *msg, int userclass, { char daemon_name[18 + HOSTLEN] = "FETCHMAIL-DAEMON@"; char boundary[BUFSIZ], *ts; - int i, sock; + int sock; /* don't bounce in reply to undeliverable bounces */ if (!msg->return_path[0] || strcmp(msg->return_path, "<>") == 0) -- cgit v1.2.3