From: Jim Meyering Date: Sat, 14 Mar 1998 16:32:35 +0000 (+0000) Subject: s/get-date.h/getdate.h/ X-Git-Tag: FILEUTILS-3_16n~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=184c0062a4b4ad6d623150c4db003ac74e877f8b;p=thirdparty%2Fcoreutils.git s/get-date.h/getdate.h/ --- diff --git a/src/touch.c b/src/touch.c index 44707f51cf..41decd08af 100644 --- a/src/touch.c +++ b/src/touch.c @@ -41,7 +41,7 @@ #include "closeout.h" #include "error.h" #include "argmatch.h" -#include "get-date.h" +#include "getdate.h" #ifndef STDC_HEADERS time_t time ();