Updated #include's to point to new location of mts.h on mts/generic
[mmh] / uip / rcvdist.c
index 922670b..9eb9916 100644 (file)
@@ -8,7 +8,8 @@
 #include <h/mh.h>
 #include <h/fmt_scan.h>
 #include <h/rcvmail.h>
-#include <zotnet/tws/tws.h>
+#include <h/tws.h>
+#include <mts/generic/mts.h>
 
 static struct swit switches[] = {
 #define        FORMSW       0
@@ -16,7 +17,7 @@ static struct swit switches[] = {
 #define VERSIONSW    1
     { "version", 0 },
 #define        HELPSW       2
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };