X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhshowsbr.c;h=08d676e035626d7f2046c2cb2ac62f681ebc1e55;hp=83616a263fae3f5cdfa91052495edb7243c7ee9d;hb=fb49dd82ec42997b9df97f221c920f6596102c0a;hpb=8f4c5da8971926f7eccc912f7998c343aef3c33b diff --git a/uip/mhshowsbr.c b/uip/mhshowsbr.c index 83616a2..08d676e 100644 --- a/uip/mhshowsbr.c +++ b/uip/mhshowsbr.c @@ -3,6 +3,10 @@ * mhshowsbr.c -- routines to display the contents of MIME messages * * $Id$ + * + * This code is Copyright (c) 2002, by the authors of nmh. See the + * COPYRIGHT file in the root directory of the nmh distribution for + * complete copyright information. */ #include @@ -12,10 +16,11 @@ #include #include #include -#include +#include #include #include #include +#include #ifdef HAVE_SYS_WAIT_H # include @@ -31,7 +36,6 @@ # define siglongjmp(env,val) longjmp(env,val) #endif -extern int errno; extern int debugsw; int pausesw = 1;