diff options
author | Jim Meyering <jim@meyering.net> | 1998-03-14 16:32:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-03-14 16:32:35 +0000 |
commit | 184c0062a4b4ad6d623150c4db003ac74e877f8b (patch) | |
tree | e429bfc98a63ef57a3788c3c0a66d703593f5516 | |
parent | 7024c7d55cd3aa93e318abb45255f25fe6274a96 (diff) | |
download | coreutils-184c0062a4b4ad6d623150c4db003ac74e877f8b.tar.xz |
s/get-date.h/getdate.h/
-rw-r--r-- | src/touch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c index 44707f51c..41decd08a 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 (); |