]> sourceware.org Git - glibc.git/commitdiff
Fix missing declaration
authorAndreas Schwab <schwab@redhat.com>
Mon, 22 Aug 2011 10:16:12 +0000 (12:16 +0200)
committerAndreas Schwab <schwab@redhat.com>
Mon, 22 Aug 2011 10:17:05 +0000 (12:17 +0200)
ChangeLog
sysdeps/unix/sysv/linux/i386/scandir64.c

index 1cfaf54a69f2f53a680afd007769962edee369f5..b206e65ab161feb479371d576b710aceb98cdb50 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index ae1970e1c3b6eb4c9dc06fb1e5ca2ff9192a08eb..3953f464bf9d24848c2f9c53b5c74a9b8cd61dbd 100644 (file)
@@ -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"
 
This page took 0.0535910000000001 seconds and 5 git commands to generate.