]> Savannah Git Hosting - gnulib.git/commitdiff
filemode: Fix double-inclusion guard.
authorBruno Haible <bruno@clisp.org>
Fri, 14 Apr 2023 17:23:19 +0000 (19:23 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 14 Apr 2023 17:23:19 +0000 (19:23 +0200)
* lib/filemode.h: Make the double-inclusion guard actually work.

ChangeLog
lib/filemode.h

index d547837fe16082223b6cff5b2c62521fcf2617e4..92de9cde22096cd3e58aef8e701c5a2c17cc9acf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-04-14  Bruno Haible  <bruno@clisp.org>
+
+       filemode: Fix double-inclusion guard.
+       * lib/filemode.h: Make the double-inclusion guard actually work.
+
 2023-04-14  Bruno Haible  <bruno@clisp.org>
 
        year2038: Add reminder to include <config.h> before time_t gets defined.
index 51e10053d295db40a09d1fcc7480a8646586e93a..3e1d9903eac4ce59d94506c39577261efc9f9a44 100644 (file)
@@ -17,6 +17,7 @@
    along with this program.  If not, see <https://www.gnu.org/licenses/>.  */
 
 #ifndef FILEMODE_H_
+# define FILEMODE_H_
 
 /* This file uses HAVE_DECL_STRMODE.  */
 # if !_GL_CONFIG_H_INCLUDED