Just changed a "can" to a "could" since I don't know if most POP3 servers are
[mmh] / uip / spost.c
index 18d1152..78c300c 100644 (file)
@@ -14,7 +14,7 @@
 #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)