X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8f4c5da8971926f7eccc912f7998c343aef3c33b..78c6358d8c8c1ee74bf65c672d958e4eae17ee37:/uip/spost.c diff --git a/uip/spost.c b/uip/spost.c index 18d1152e..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)