From e0e7a74bde52a1aa02d1da758128722598fb6dd8 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sun, 25 Aug 2019 18:52:53 +0200 Subject: Align with legacy_6x. * Normalize include order. * Backport missed bug fixes. * Remove dead code. --- idle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'idle.c') diff --git a/idle.c b/idle.c index 4ea21a3c..eb034b20 100644 --- a/idle.c +++ b/idle.c @@ -16,12 +16,12 @@ is part of fetchmail and the Unix Cookbook, and are released under the MIT license. Compile with -DMAIN to build the demonstrator. ******************************************************************************/ +#include "fetchmail.h" #include #include #include #include #include -#include /* for ROOT_UID */ #ifndef TRUE #define TRUE 1 -- cgit v1.2.3