diff options
Diffstat (limited to 'nptl/tst-stackguard1.c')
-rw-r--r-- | nptl/tst-stackguard1.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/tst-stackguard1.c b/nptl/tst-stackguard1.c index 7829349c6f..0f21d0ddc3 100644 --- a/nptl/tst-stackguard1.c +++ b/nptl/tst-stackguard1.c @@ -19,6 +19,7 @@ #include <errno.h> #include <pthread.h> #include <stdbool.h> +#include <stddef.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |