summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2023-05-02 13:18:52 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2023-05-02 13:19:18 -0700
commit18e6a048c8e85b29090cfed503c0d32a28feb090 (patch)
tree70e0df802bac7c007ad1503bb359e73e112c1dd7
parentd43dafef78dce10155a1d7d37ba68d704dd9d00b (diff)
downloadgnulib-18e6a048c8e85b29090cfed503c0d32a28feb090.tar.gz
mktime: include <intprops.h>
* lib/mktime.c: Include <intprops.h> again, fixing a typo noted by Bruno Haible in: https://lists.gnu.org/r/bug-gnulib/2023-05/msg00014.html
-rw-r--r--ChangeLog7
-rw-r--r--lib/mktime.c1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1486c3f894..6323068ffd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2023-05-02 Paul Eggert <eggert@cs.ucla.edu>
+
+ mktime: include <intprops.h>
+ * lib/mktime.c: Include <intprops.h> again,
+ fixing a typo noted by Bruno Haible in:
+ https://lists.gnu.org/r/bug-gnulib/2023-05/msg00014.html
+
2023-05-02 Bruno Haible <bruno@clisp.org>
fopen: Silence a gcc warning.
diff --git a/lib/mktime.c b/lib/mktime.c
index 9a37bb72f4..8e80bcdbd1 100644
--- a/lib/mktime.c
+++ b/lib/mktime.c
@@ -50,6 +50,7 @@
#include <stdlib.h>
#include <string.h>
+#include <intprops.h>
#include <verify.h>
#ifndef NEED_MKTIME_INTERNAL