X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fsendsbr.c;h=b055bb019c1dc8c00403bf92d245492644727ea4;hb=ad3d5c36b428d68a3a2cad85168ec90bf25c8932;hp=b7c4cf24b4447e03687d2a2bb9e1a33015f06ec4;hpb=3c9700d8d045f3ff26ce5dd2a174454dafc14822;p=mmh diff --git a/uip/sendsbr.c b/uip/sendsbr.c index b7c4cf2..b055bb0 100644 --- a/uip/sendsbr.c +++ b/uip/sendsbr.c @@ -3,6 +3,10 @@ * sendsbr.c -- routines to help WhatNow/Send along * * $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,6 +16,17 @@ #include #include +#ifdef TIME_WITH_SYS_TIME +# include +# include +#else +# ifdef TM_IN_SYS_TIME +# include +# else +# include +# endif +#endif + int debugsw = 0; /* global */ int forwsw = 1; int inplace = 1;