Codebase list mlgmp / 5add058
Include stdint.h for compatibility with pre-4.04 Stephane Glondu 6 years ago
2 changed file(s) with 22 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: Stephane Glondu <steph@glondu.net>
1 Date: Mon, 17 Jul 2017 10:17:00 +0200
2 Subject: Include stdint.h for compatibility with pre-4.04
3
4 ---
5 config.h | 2 ++
6 1 file changed, 2 insertions(+)
7
8 diff --git a/config.h b/config.h
9 index 55bd8c8..809a87b 100644
10 --- a/config.h
11 +++ b/config.h
12 @@ -58,6 +58,8 @@
13 #define MPFR_SIZE_ARCH32 16
14 #define MPFR_SIZE_ARCH64 24
15
16 +#include <stdint.h>
17 +
18 extern void serialize_int_4(int32_t i);
19 extern void serialize_block_1(void * data, long len);
20
22 0003-Various-bugfixes-in-C-bindings.patch
33 0004-Fix-wrong-conversion-from-int-on-64-bits-computers.patch
44 0005-Update-extern-declarations-for-de-serialize-function.patch
5 0006-Include-stdint.h-for-compatibility-with-pre-4.04.patch