From: Paul Eggert Date: Tue, 2 May 2023 20:18:52 +0000 (-0700) Subject: mktime: include X-Git-Tag: v1.0~1358 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=18e6a048c8e85b29090cfed503c0d32a28feb090;p=gnulib.git mktime: include * lib/mktime.c: Include again, fixing a typo noted by Bruno Haible in: https://lists.gnu.org/r/bug-gnulib/2023-05/msg00014.html --- diff --git a/ChangeLog b/ChangeLog index 1486c3f894..6323068ffd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2023-05-02 Paul Eggert + + mktime: include + * lib/mktime.c: Include 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 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 #include +#include #include #ifndef NEED_MKTIME_INTERNAL