diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-06-22 19:32:50 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-06-22 19:32:50 +0000 |
commit | e781d7c58f7d2386674aa5ee92badccb76f630f6 (patch) | |
tree | e1911b3f363b20fc92b02483afe7368ad960eb96 /nptl/pthread_setattr_default_np.c | |
parent | d8412221e602c0184b4b4fd2e3effa970cbc6fa4 (diff) | |
download | glibc-e781d7c58f7d2386674aa5ee92badccb76f630f6.tar.gz glibc-e781d7c58f7d2386674aa5ee92badccb76f630f6.tar.xz glibc-e781d7c58f7d2386674aa5ee92badccb76f630f6.zip |
Include <string.h> in nptl/pthread_setattr_default_np.c.
Diffstat (limited to 'nptl/pthread_setattr_default_np.c')
-rw-r--r-- | nptl/pthread_setattr_default_np.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/pthread_setattr_default_np.c b/nptl/pthread_setattr_default_np.c index e0b5239612..c4624b3d4d 100644 --- a/nptl/pthread_setattr_default_np.c +++ b/nptl/pthread_setattr_default_np.c @@ -20,6 +20,7 @@ #include <stdlib.h> #include <pthreadP.h> #include <assert.h> +#include <string.h> int pthread_setattr_default_np (const pthread_attr_t *in) |