X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b3bcb44d340fd017efac8bb31c3859dd91b24af3..142729be43ce2f38952a3b97e351b419c7cba2b2:/sbr/folder_read.c diff --git a/sbr/folder_read.c b/sbr/folder_read.c index 1129bab0..18a9ec14 100644 --- a/sbr/folder_read.c +++ b/sbr/folder_read.c @@ -5,8 +5,12 @@ * complete copyright information. */ -#include -#include +#include "h/mh.h" +#include "seq_read.h" +#include "m_atoi.h" +#include "folder_read.h" +#include "error.h" +#include "h/utils.h" #include "m_maildir.h" /* We allocate the `mi' array 1024 elements at a time */ @@ -127,7 +131,7 @@ folder_read (char *name, int lockflag) */ if (mp->hghoff < mp->lowoff) { - adios(NULL, "Internal failure: high message limit < low message " + die("Internal failure: high message limit < low message " "limit; possible overflow?"); }