diff options
-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 (); |