]> git.marmaro.de Git - mmh/blobdiff - uip/spost.c
Moved this file here from the root directory.
[mmh] / uip / spost.c
index 18d1152e640f26cf9e1bbc6cbf27384e09008bc6..4930cbbf6acec49a0b6959f944fae5cd2b682532 100644 (file)
@@ -6,6 +6,10 @@
  * when "sendmail" is the transport system.
  *
  * $Id$
  * 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 <h/mh.h>
  */
 
 #include <h/mh.h>
@@ -14,7 +18,7 @@
 #include <h/aliasbr.h>
 #include <h/dropsbr.h>
 #include <h/tws.h>
 #include <h/aliasbr.h>
 #include <h/dropsbr.h>
 #include <h/tws.h>
-#include <mts/generic/mts.h>
+#include <h/mts.h>
 
 #define        uptolow(c)      ((isalpha(c) && isupper (c)) ? tolower (c) : c)
 
 
 #define        uptolow(c)      ((isalpha(c) && isupper (c)) ? tolower (c) : c)