diff options
Diffstat (limited to 'nptl/unwind.c')
-rw-r--r-- | nptl/unwind.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/unwind.c b/nptl/unwind.c index 67e5d6de25..9bde166480 100644 --- a/nptl/unwind.c +++ b/nptl/unwind.c @@ -20,6 +20,7 @@ #include <setjmp.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> #include "pthreadP.h" |