From: Bruno Haible Date: Fri, 14 Apr 2023 17:23:19 +0000 (+0200) Subject: filemode: Fix double-inclusion guard. X-Git-Tag: v1.0~1444 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=535e24dbce823a7d7459efe9df6f53fb9b4c5c10;p=gnulib.git filemode: Fix double-inclusion guard. * lib/filemode.h: Make the double-inclusion guard actually work. --- diff --git a/ChangeLog b/ChangeLog index d547837fe1..92de9cde22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-04-14 Bruno Haible + + filemode: Fix double-inclusion guard. + * lib/filemode.h: Make the double-inclusion guard actually work. + 2023-04-14 Bruno Haible year2038: Add reminder to include before time_t gets defined. diff --git a/lib/filemode.h b/lib/filemode.h index 51e10053d2..3e1d9903ea 100644 --- a/lib/filemode.h +++ b/lib/filemode.h @@ -17,6 +17,7 @@ along with this program. If not, see . */ #ifndef FILEMODE_H_ +# define FILEMODE_H_ /* This file uses HAVE_DECL_STRMODE. */ # if !_GL_CONFIG_H_INCLUDED