Lots of little code cleanups to prevent warnings - mostly making sure
[mmh] / uip / scan.c
index 1f9b8c0..b40537c 100644 (file)
@@ -9,6 +9,7 @@
 #include <h/fmt_scan.h>
 #include <h/scansbr.h>
 #include <zotnet/tws/tws.h>
+#include <zotnet/mts/mts.h>
 #include <errno.h>
 
 /*
@@ -347,5 +348,5 @@ main (int argc, char **argv)
     if (clearflag)
        clear_screen ();
 
-    done (0);
+    return done (0);
 }