]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Include get-date.h.
authorJim Meyering <jim@meyering.net>
Fri, 20 Feb 1998 21:50:30 +0000 (21:50 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 20 Feb 1998 21:50:30 +0000 (21:50 +0000)
Remove get_date decl.

src/touch.c

index 881f1d0d4490ffb3977731cc21a617b1ec29ea8c..44707f51cf9d0bb4e42267b92fa475b3f22fcd41 100644 (file)
 #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 ();