]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
s/getdate.h/get-date.h/
authorJim Meyering <jim@meyering.net>
Fri, 20 Feb 1998 21:47:10 +0000 (21:47 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 20 Feb 1998 21:47:10 +0000 (21:47 +0000)
src/date.c

index 6e95b8f5677d8ae8dfb22b080f23f01798e62fe8..e36bd6c9487200cf101ea7aec58f5313beb2b67c 100644 (file)
@@ -26,7 +26,7 @@
 #include "system.h"
 #include "getline.h"
 #include "error.h"
-#include "getdate.h"
+#include "get-date.h"
 
 #ifndef STDC_HEADERS
 size_t strftime ();