mailutils: 2.2 -> 3.2

This commit is contained in:
Orivej Desh
2017-07-26 13:32:59 +02:00
committed by Robin Gloster
parent 2b0315d7d0
commit 1ec5b7f1d3
7 changed files with 131 additions and 50 deletions
@@ -0,0 +1,14 @@
diff --git a/frm/frm.h b/frm/frm.h
index 178b87d54..7931faada 100644
--- a/frm/frm.h
+++ b/frm/frm.h
@@ -34,6 +34,9 @@
#ifdef HAVE_ICONV_H
# include <iconv.h>
#endif
+#ifdef HAVE_LIMITS_H
+# include <limits.h>
+#endif
#ifndef MB_LEN_MAX
# define MB_LEN_MAX 4
#endif