From 9b5204dd2c8e0ba27b0eb950d325752fff46cb5b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 18 Jun 2005 02:31:11 +0000 Subject: * time/mktime.c: Always include for prototype of implicitly used memcpy. * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c (truncate64): Use __truncate, not truncate. (__have_no_truncate64): Renamed from have_no_truncate64. * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c (__have_no_truncate64): Renamed from have_no_truncate64. --- time/mktime.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'time') diff --git a/time/mktime.c b/time/mktime.c index 79221b8a74..258eec637b 100644 --- a/time/mktime.c +++ b/time/mktime.c @@ -38,10 +38,11 @@ #include +#include /* For the real memcpy prototype. */ + #if DEBUG # include # include -# include /* Make it work even if the system's libc has its own mktime routine. */ # define mktime my_mktime #endif /* DEBUG */ -- cgit 1.4.1