diff options
author | Jim Meyering <jim@meyering.net> | 1998-02-20 21:50:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-02-20 21:50:30 +0000 |
commit | f8998dae41fe087a9704d753fb01020dd4fd8b89 (patch) | |
tree | bd4b8af324d5bf07355b51da76c64fc5db71bcf8 | |
parent | a7ba2688ca95db66ba7ad794ed1340604c1ebf89 (diff) | |
download | coreutils-f8998dae41fe087a9704d753fb01020dd4fd8b89.tar.xz |
Include get-date.h.
Remove get_date decl.
-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 881f1d0d4..44707f51c 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 (); |