From: Andreas Schwab Date: Tue, 6 Sep 2011 09:12:11 +0000 (+0200) Subject: Fix missing declaration X-Git-Tag: glibc-2.15~353^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8f84144c945f0c5df053661acc269fcff28b6ad;p=thirdparty%2Fglibc.git Fix missing declaration --- diff --git a/ChangeLog b/ChangeLog index 0176dcf0f01..fd78d99289d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-09-06 Andreas Schwab + + * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include + . + 2011-09-06 Ulrich Drepper * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu diff --git a/sysdeps/unix/sysv/linux/x86_64/gettimeofday.c b/sysdeps/unix/sysv/linux/x86_64/gettimeofday.c index 56171bcfcae..3aba81ceb15 100644 --- a/sysdeps/unix/sysv/linux/x86_64/gettimeofday.c +++ b/sysdeps/unix/sysv/linux/x86_64/gettimeofday.c @@ -38,6 +38,7 @@ __asm (".type __gettimeofday, %gnu_indirect_function"); #else # include # include +# include int __gettimeofday (struct timeval *tv, struct timezone *tz)