diff options
Diffstat (limited to 'math/test-nan-overflow.c')
-rw-r--r-- | math/test-nan-overflow.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/test-nan-overflow.c b/math/test-nan-overflow.c index 40aae2ed14..745a044b96 100644 --- a/math/test-nan-overflow.c +++ b/math/test-nan-overflow.c @@ -20,6 +20,7 @@ #include <stdio.h> #include <string.h> #include <sys/resource.h> +#include <stdlib.h> #define STACK_LIM 1048576 #define STRING_SIZE (2 * STACK_LIM) |