mhl and mhbuild ignore to long lines
[mmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index 88bcde5..280249e 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -221,6 +221,8 @@ struct msgs {
                            ** terminating NULL.
                            */
 
+#define MAXTEXTPERLN 78
+
 /* m_getfld2() returned data */
 struct field {
        char name[NAMESZ];
@@ -326,4 +328,5 @@ extern char *version;
 extern char *lib_version;
 extern char *whatnowproc;
 
+#include <h/charstring.h>
 #include <h/prototypes.h>