X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ffolder_delmsgs.c;h=8e5fd0a2e9401e7bba01e302f3c4ee377eac291e;hb=850059f6637354d31129f303151f9f7d30514c9e;hp=17b99bef6f857524eec1d92bb68f2e25339b38af;hpb=8edc5aaf86f9f77124664f6801bc6c6cdf258173;p=mmh diff --git a/sbr/folder_delmsgs.c b/sbr/folder_delmsgs.c index 17b99be..8e5fd0a 100644 --- a/sbr/folder_delmsgs.c +++ b/sbr/folder_delmsgs.c @@ -6,6 +6,8 @@ ** complete copyright information. */ +#include +#include #include /* @@ -50,7 +52,7 @@ folder_delmsgs(struct msgs *mp, int hook) /* Sanity check */ if (mp->numsel != 0) - adios(NULL, "oops, mp->numsel should be 0"); + adios(EX_SOFTWARE, NULL, "oops, mp->numsel should be 0"); /* Mark that the sequence information has changed */ mp->msgflags |= SEQMOD;