From: Jim Meyering Date: Fri, 20 Feb 1998 21:50:30 +0000 (+0000) Subject: Include get-date.h. X-Git-Tag: FILEUTILS-3_16m~30 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=f8998dae41fe087a9704d753fb01020dd4fd8b89;p=thirdparty%2Fcoreutils.git Include get-date.h. Remove get_date decl. --- diff --git a/src/touch.c b/src/touch.c index 881f1d0d44..44707f51cf 100644 --- a/src/touch.c +++ b/src/touch.c @@ -41,12 +41,12 @@ #include "closeout.h" #include "error.h" #include "argmatch.h" +#include "get-date.h" #ifndef STDC_HEADERS time_t time (); #endif -time_t get_date (); time_t posixtime (); int safe_read (); int full_write ();