diff options
Diffstat (limited to 'nptl/tst-stack2.c')
-rw-r--r-- | nptl/tst-stack2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/tst-stack2.c b/nptl/tst-stack2.c index d7fdc8a..fe31957 100644 --- a/nptl/tst-stack2.c +++ b/nptl/tst-stack2.c @@ -22,6 +22,7 @@ #include <pthread.h> #include <stdlib.h> #include <stdio.h> +#include <limits.h> static int seen; |