Skip to content

Commit

Permalink
Fix missing declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed Aug 22, 2011
1 parent f55ffe5 commit 70538b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2011-08-22 Andreas Schwab <schwab@redhat.com>

* sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.

* elf/dl-deps.c (_dl_map_object_deps): Move check for missing
dependencies back to end of function.

Expand Down
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/i386/scandir64.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
versioned_symbol (libc, __scandir64, scandir64, GLIBC_2_2);

#if SHLIB_COMPAT(libc, GLIBC_2_1, GLIBC_2_2)
# include <string.h>
# include <errno.h>
# include "olddirent.h"

Expand Down

0 comments on commit 70538b7

Please sign in to comment.