From 5ffe6f98f8ba802ccd973724702a2d44757c4291 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 18 Jun 2004 19:52:04 +0000 Subject: Fix various compiler warnings. svn path=/trunk/; revision=3900 --- fetchmail.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 8f016ad3..c9d273ea 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -20,6 +20,8 @@ # endif #endif +#include + /* constants designating the various supported protocols */ #define P_AUTO 1 #define P_POP2 2 @@ -659,7 +661,7 @@ void itimerthread(void*); # if HAVE_STRERROR # ifndef strerror /* On some systems, strerror is a macro */ -char *strerror (); +char *strerror (int); # endif # endif /* HAVE_STRERROR */ -- cgit v1.2.3