X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/877d0da4a8334e53ebc0a8b740efe489e0817e92..d3a300121b033551031ffbdaa9202fb4aa4453f3:/uip/spost.c diff --git a/uip/spost.c b/uip/spost.c index 555bb68d..4930cbbf 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)