X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhlistsbr.c;h=2a4f5041e9788c6110078336ae3c28e535c738ea;hp=08f35c73048fb1917fe178fe43e76f5103822bfc;hb=cf1205b5cbea2f0cd6ea710ec16c637df85b647c;hpb=55eda7c77fdf33b0a7175968471df55e2600379c diff --git a/uip/mhlistsbr.c b/uip/mhlistsbr.c index 08f35c7..2a4f504 100644 --- a/uip/mhlistsbr.c +++ b/uip/mhlistsbr.c @@ -14,6 +14,8 @@ #include #include #include +#include +#include /* mhmisc.c */ int part_ok(CT, int); @@ -116,7 +118,7 @@ list_switch(CT ct, int toplevel, int verbose, int debug) default: /* list_debug (ct); */ - adios(NULL, "unknown content type %d", ct->c_type); + adios(EX_DATAERR, NULL, "unknown content type %d", ct->c_type); break; }