1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Fix missing declaration

This commit is contained in:
Andreas Schwab
2011-08-22 12:16:12 +02:00
parent f55ffe58e9
commit 70538b7fe6
2 changed files with 3 additions and 0 deletions

View 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"