X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/8bd6112f573f6b9e8cc9b93d01a594748a2ef8fb..9b3c43815b3704fee25693fe117d88b0ca595ca5:/uip/mhn.c diff --git a/uip/mhn.c b/uip/mhn.c index d1279251..6973a5de 100644 --- a/uip/mhn.c +++ b/uip/mhn.c @@ -6,6 +6,11 @@ */ #include "h/mh.h" +#include "sbr/m_name.h" +#include "sbr/m_gmprot.h" +#include "sbr/getarguments.h" +#include "sbr/seq_setprev.h" +#include "sbr/seq_setcur.h" #include "sbr/seq_save.h" #include "sbr/smatch.h" #include "sbr/m_convert.h" @@ -513,7 +518,7 @@ do_cache: * Store the message content */ if (storesw) { - info = mhstoreinfo_create (cts, cwd, "always", autosw, verbosw);; + info = mhstoreinfo_create (cts, cwd, "always", autosw, verbosw); store_all_messages (info); mhstoreinfo_free (info); }