]> git.pld-linux.org Git - packages/mailutils.git/blame - mailutils-includes.patch
- updated to 3.5 (note: guile part requires guile >= 2.2.0)
[packages/mailutils.git] / mailutils-includes.patch
CommitLineData
17f975c2
JB
1Include <limits.h> for MB_LEN_MAX (4 is incorrect and conflicts with wchar2.h)
2--- mailutils-3.5/frm/frm.h.orig 2018-02-10 07:06:00.000000000 +0100
3+++ mailutils-3.5/frm/frm.h 2018-10-31 07:27:35.661481230 +0100
4@@ -24,6 +24,7 @@
5 #include <string.h>
6 #include <unistd.h>
7 #include <fcntl.h>
8+#include <limits.h>
9 #include <sys/types.h>
10 #ifdef HAVE_TERMIOS_H
11 # include <termios.h>
This page took 0.30802 seconds and 4 git commands to generate.