X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fseq_msgstats.c;h=eb483b7bd194d990af06fa7beb4d105be1a4c4d7;hp=40b84746d42df5f26109024422e6a7168d11d650;hb=cf1205b5cbea2f0cd6ea710ec16c637df85b647c;hpb=d254c5e2ad008f26d5fda43c3f24f0a711c7e851 diff --git a/sbr/seq_msgstats.c b/sbr/seq_msgstats.c index 40b8474..eb483b7 100644 --- a/sbr/seq_msgstats.c +++ b/sbr/seq_msgstats.c @@ -4,13 +4,14 @@ ** (These functions had once been macros in h/mh.h) */ +#include #include static void assert_msg_range(struct msgs *mp, int msgnum) { if (msgnum < mp->lowoff || msgnum > mp->hghoff) { - adios(NULL, "Bug: message out of bounds"); + adios(EX_SOFTWARE, NULL, "Bug: message out of bounds"); } }