X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/f9754b35f2f3b4c5cb0890f154181d2bab66c679..ddf3a8574f657dcb8c53fc5908e7bebbde1994b5:/uip/sortm.c diff --git a/uip/sortm.c b/uip/sortm.c index e2b6185c..2ba5c8e9 100644 --- a/uip/sortm.c +++ b/uip/sortm.c @@ -6,6 +6,7 @@ */ #include "h/mh.h" +#include "sbr/dtime.h" #include "sbr/m_name.h" #include "sbr/m_getfld.h" #include "sbr/getarguments.h" @@ -67,7 +68,7 @@ int nmsgs; char *subjsort; /* sort on subject if != 0 */ time_t datelimit = 0; -bool submajor; /* if true, sort on subject-major */ +bool submajor; /* if true, sort on subject-major */ bool verbose; int allmsgs = 1; int check_failed = 0;