From de9c2733a448bdcd64917a82e42513e8f3ab6ac5 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 19 Sep 2005 23:54:45 +0000 Subject: Rearrange #include directives in an attempt to fix BerliOS Bug #4725, Darwin 7.9 build fails in resource.h with ru_utime/ru_stime incomplete types. svn path=/trunk/; revision=4296 --- sink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sink.c') diff --git a/sink.c b/sink.c index 5483ca04..31da7dcd 100644 --- a/sink.c +++ b/sink.c @@ -32,14 +32,14 @@ #include #include +#include "fetchmail.h" + /* for W* macros after pclose() */ #define _USE_BSD #include #include #include - -#include "fetchmail.h" #include "socket.h" #include "smtp.h" #include "i18n.h" -- cgit v1.2.3