X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhbuild.c;h=1c5abdc3c42c3211d7b039be7009a12612ae28fe;hb=da67f77e5a66799deac35ae8d9c538f9222bc8af;hp=63204a50ceb5323ba6d9131069dc7d09cfa178d6;hpb=8f4c5da8971926f7eccc912f7998c343aef3c33b;p=mmh diff --git a/uip/mhbuild.c b/uip/mhbuild.c index 63204a5..1c5abdc 100644 --- a/uip/mhbuild.c +++ b/uip/mhbuild.c @@ -3,6 +3,10 @@ * mhbuild.c -- expand/translate MIME composition files * * $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 @@ -11,11 +15,12 @@ #include #include #include -#include +#include #include #include #include #include +#include #ifdef HAVE_SYS_WAIT_H # include @@ -64,8 +69,6 @@ static struct swit switches[] = { }; -extern int errno; - /* mhbuildsbr.c */ extern int checksw; extern char *tmp; /* directory to place temp files */