Updated #include's to point to new location of mts.h on mts/generic
[mmh] / uip / rcvstore.c
index 5a3dcbe..8734ebc 100644 (file)
@@ -10,6 +10,7 @@
 #include <h/signals.h>
 #include <errno.h>
 #include <signal.h>
+#include <mts/generic/mts.h>
 
 static struct swit switches[] = {
 #define CRETSW         0
@@ -33,7 +34,7 @@ static struct swit switches[] = {
 #define VERSIONSW      9
     { "version", 0 },
 #define HELPSW        10
-    { "help", 4 },
+    { "help", 0 },
     { NULL, 0 }
 };