From a8f84144c945f0c5df053661acc269fcff28b6ad Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 6 Sep 2011 11:12:11 +0200 Subject: [PATCH] Fix missing declaration --- ChangeLog | 5 +++++ sysdeps/unix/sysv/linux/x86_64/gettimeofday.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0176dcf0f0..fd78d99289 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 56171bcfca..3aba81ceb1 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)