aboutsummaryrefslogtreecommitdiffstats
path: root/sink.c
diff options
context:
space:
mode:
Diffstat (limited to 'sink.c')
-rw-r--r--sink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sink.c b/sink.c
index 5483ca04..31da7dcd 100644
--- a/sink.c
+++ b/sink.c
@@ -32,14 +32,14 @@
#include <ctype.h>
#include <langinfo.h>
+#include "fetchmail.h"
+
/* for W* macros after pclose() */
#define _USE_BSD
#include <sys/types.h>
#include <sys/resource.h>
#include <sys/wait.h>
-
-#include "fetchmail.h"
#include "socket.h"
#include "smtp.h"
#include "i18n.h"