summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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