summaryrefslogtreecommitdiff
path: root/lib/fprintftime.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2017-07-26 11:33:49 -0700
committerJim Meyering <meyering@fb.com>2017-07-26 11:33:49 -0700
commite8b8e6566e39ca39fd3a28ae2b9d13ea21f0e358 (patch)
treed0ae320eb0adde524d5803f8455f66321a807a1b /lib/fprintftime.c
parentf77957607778040b1ded790fa83768602f16daa1 (diff)
downloadgnulib-e8b8e6566e39ca39fd3a28ae2b9d13ea21f0e358.tar.gz
fprintftime: fix build-break caused by recent renaming
* lib/fprintftime.c: Include "nstrftime.c", not the now-renamed "strftime.c". * modules/fprintftime: Depend directly on nstrftime.
Diffstat (limited to 'lib/fprintftime.c')
-rw-r--r--lib/fprintftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fprintftime.c b/lib/fprintftime.c
index e6eb4f20f5..7fd4ec2294 100644
--- a/lib/fprintftime.c
+++ b/lib/fprintftime.c
@@ -1,2 +1,2 @@
#define FPRINTFTIME 1
-#include "strftime.c"
+#include "nstrftime.c"