summaryrefslogtreecommitdiff
path: root/src/touch.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-03-14 16:32:35 +0000
committerJim Meyering <jim@meyering.net>1998-03-14 16:32:35 +0000
commit184c0062a4b4ad6d623150c4db003ac74e877f8b (patch)
treee429bfc98a63ef57a3788c3c0a66d703593f5516 /src/touch.c
parent7024c7d55cd3aa93e318abb45255f25fe6274a96 (diff)
downloadcoreutils-184c0062a4b4ad6d623150c4db003ac74e877f8b.tar.xz
s/get-date.h/getdate.h/
Diffstat (limited to 'src/touch.c')
-rw-r--r--src/touch.c2
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 ();