From 26b5633d7b7285d4d17dff60f9716dfe9ef8e26f Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 18 Jul 2005 03:37:08 +0000 Subject: [PATCH] 2005-06-17 Ulrich Drepper [BZ #1106] * time/mktime.c: Always include for prototype of implicitly used memcpy. --- time/mktime.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ -- 2.47.2