diff options
Diffstat (limited to 'nptl/tst-oddstacklimit.c')
-rw-r--r-- | nptl/tst-oddstacklimit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/tst-oddstacklimit.c b/nptl/tst-oddstacklimit.c index 2c7783f56f..49754fe48c 100644 --- a/nptl/tst-oddstacklimit.c +++ b/nptl/tst-oddstacklimit.c @@ -21,6 +21,7 @@ #include <string.h> #include <sys/resource.h> #include <sys/wait.h> +#include <stdlib.h> /* This sets the stack resource limit to 1023kb, which is not a multiple of the page size since every architecture's page size is > 1k. */ |