Patch for Dovecot 2.2.19 compilation failure
I’m almost embarrassed to submit the following patch.
==== cut here ====
--- dovecot-2.2.19/src/lib/bits.h.orig Thu Mar 19 08:42:32 2015
+++ dovecot-2.2.19/src/lib/bits.h Thu Nov 5 15:10:35 2015
@@ -10,7 +10,9 @@
#include
Contributions of all sizes are appreciated. Thank you. br, Teemu Huovila On 06.11.2015 00:21, Hammer, Adam wrote:
I’m almost embarrassed to submit the following patch.
==== cut here ====
--- dovecot-2.2.19/src/lib/bits.h.orig Thu Mar 19 08:42:32 2015 +++ dovecot-2.2.19/src/lib/bits.h Thu Nov 5 15:10:35 2015 @@ -10,7 +10,9 @@
#include
#include -#include +#ifdef HAVE_STDINT_H +# include +#endif #define UINT64_SUM_OVERFLOWS(a, b) \ (a > (uint64_t)-1 - b)
participants (2)
-
Hammer, Adam
-
Teemu Huovila