diff options
Diffstat (limited to 'lock.c')
-rw-r--r-- | lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,6 +4,7 @@ * For license terms, see the file COPYING in this directory. */ #include "config.h" +#include "fetchmail.h" #include <stdio.h> #ifdef HAVE_STRING_H @@ -19,7 +20,6 @@ #include <fcntl.h> #include <signal.h> -#include "fetchmail.h" #include "i18n.h" #include "lock.h" |