diff options
Diffstat (limited to 'include/gmp.h')
-rw-r--r-- | include/gmp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/gmp.h b/include/gmp.h index ff26658d93..b74167097d 100644 --- a/include/gmp.h +++ b/include/gmp.h @@ -1,3 +1,7 @@ +/* Include gmp-mparam.h first, such that definitions of _SHORT_LIMB + and _LONG_LONG_LIMB in it can take effect into gmp.h. */ +#include <gmp-mparam.h> + #ifndef __GMP_H__ #include <stdlib/gmp.h> |