From 215a3549f46eeef56bb81cf9b75fc133ab610219 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 29 Apr 1997 21:28:57 +0000 Subject: Hacks for avoiding compiler warnings under SunOS. svn path=/trunk/; revision=978 --- fetchmail.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 172eb17e..f94ba8ee 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -33,6 +33,10 @@ #include #endif /* HAVE_GETHOSTBYNAME */ +#ifdef SUNOS +#include +#endif + #include "fetchmail.h" #include "tunable.h" #include "smtp.h" -- cgit v1.2.3