From: Roland McGrath Date: Mon, 18 Jul 2005 03:37:08 +0000 (+0000) Subject: 2005-06-17 Ulrich Drepper X-Git-Tag: cvs/fedora-glibc-2_3-20050718T0425~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26b5633d7b7285d4d17dff60f9716dfe9ef8e26f;p=thirdparty%2Fglibc.git 2005-06-17 Ulrich Drepper [BZ #1106] * time/mktime.c: Always include for prototype of implicitly used memcpy. --- diff --git a/time/mktime.c b/time/mktime.c index c6ae56ee602..f011412327c 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 */