X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhbuildsbr.c;h=fb2d451b2135b77975bc5b4415cc1e32d7496655;hp=a65736f3c7e234adc22f0cd12658038d2add420b;hb=4885712264980e6cbc2039f9158027bee9213475;hpb=794dab6aa5027ffaf024506140c258f6a0a9322d diff --git a/uip/mhbuildsbr.c b/uip/mhbuildsbr.c index a65736f..fb2d451 100644 --- a/uip/mhbuildsbr.c +++ b/uip/mhbuildsbr.c @@ -3,6 +3,10 @@ * mhbuildsbr.c -- routines to 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. */ /* @@ -19,18 +23,27 @@ #include #include #include -#include -#include +#include +#include #include #include +#ifdef TIME_WITH_SYS_TIME +# include +# include +#else +# ifdef TM_IN_SYS_TIME +# include +# else +# include +# endif +#endif + #ifdef HAVE_SYS_WAIT_H # include #endif -extern int errno; - extern int debugsw; extern int verbosw;