]> Savannah Git Hosting - gnulib.git/commitdiff
mktime: include <intprops.h>
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 May 2023 20:18:52 +0000 (13:18 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 May 2023 20:19:18 +0000 (13:19 -0700)
* 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

ChangeLog
lib/mktime.c

index 1486c3f894fc1a5f84ddf094ec9d553cb1c606d4..6323068ffd6932d5361963d672b6aeb679e60811 100644 (file)
--- 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.
index 9a37bb72f4d5d207feed64a530db22fbaceb3a9d..8e80bcdbd16a4e5154c1011951588a066bb82f38 100644 (file)
@@ -50,6 +50,7 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include <intprops.h>
 #include <verify.h>
 
 #ifndef NEED_MKTIME_INTERNAL