diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-08 10:39:28 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-08 10:39:28 -0700 |
commit | a2433aac7e3524f5c65c557e8ddba760b196f856 (patch) | |
tree | aed1e0be08f6ad6d42207989655b06467b9d7955 /ChangeLog | |
parent | cdd915fd16872227c41fdff75b7a2602a987da5f (diff) | |
download | glibc-a2433aac7e3524f5c65c557e8ddba760b196f856.tar.gz glibc-a2433aac7e3524f5c65c557e8ddba760b196f856.tar.xz glibc-a2433aac7e3524f5c65c557e8ddba760b196f856.zip |
Add a missing #include.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f47f48d5ad..7dbea5ee09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2012-08-08 Roland McGrath <roland@hack.frob.com> + * sysdeps/posix/fdopendir.c: Include <stddef.h>. + * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for sysdeps/unix -> sysdeps/posix move. * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise. |