diff --git a/configure b/configure index 612da97cb6..37418a85df 100755 --- a/configure +++ b/configure @@ -2841,6 +2841,7 @@ else typedef signed char int_fast8_t; typedef signed int int_fast16_t; typedef signed int int_fast32_t; + typedef signed long long int int_fast64_t; typedef unsigned char uint_fast8_t; typedef unsigned int uint_fast16_t; typedef unsigned int uint_fast32_t;