X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fspost.c;h=4930cbbf6acec49a0b6959f944fae5cd2b682532;hp=555bb68dceee6ca4cf30403e786eaf1bcdb1d3f9;hb=6c42153ad9362cc676ea66563bf400d7511b3b68;hpb=877d0da4a8334e53ebc0a8b740efe489e0817e92 diff --git a/uip/spost.c b/uip/spost.c index 555bb68..4930cbb 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -6,6 +6,10 @@ * when "sendmail" is the transport system. * * $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 @@ -14,7 +18,7 @@ #include #include #include -#include +#include #define uptolow(c) ((isalpha(c) && isupper (c)) ? tolower (c) : c)