X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/c25e555e6ffca87394f2dee5e4090406a6e45259..0b7286788a95dd854d1826b8493eda431d8e8aac:/uip/mhl.c diff --git a/uip/mhl.c b/uip/mhl.c index ea7a244c..c3b12e51 100644 --- a/uip/mhl.c +++ b/uip/mhl.c @@ -5,14 +5,15 @@ * complete copyright information. */ -#include -#include +#include "h/mh.h" +#include "h/done.h" +#include "h/utils.h" int main (int argc, char **argv) { - if (nmh_init(argv[0], 2)) { return 1; } + if (nmh_init(argv[0], true, false)) { return 1; } done (mhl (argc, argv)); return 1;