]> Savannah Git Hosting - gnulib.git/commitdiff
uni{case,ctype,gbrk,str}/base: Fix installed .h file (regr. 2022-09-10).
authorBruno Haible <bruno@clisp.org>
Sun, 18 Sep 2022 13:33:09 +0000 (15:33 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 18 Sep 2022 13:33:09 +0000 (15:33 +0200)
* lib/unicase.in.h: Do include <stdbool.h>.
* lib/unictype.in.h: Likewise.
* lib/unigbrk.in.h: Likewise.
* lib/unistr.in.h: Likewise.

ChangeLog
lib/unicase.in.h
lib/unictype.in.h
lib/unigbrk.in.h
lib/unistr.in.h

index 88bd0090048738167f9549bc54b9f5776e8358c3..9b20b98d4a2ceac73a061afe83885f0692526ee8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-09-18  Bruno Haible  <bruno@clisp.org>
+
+       uni{case,ctype,gbrk,str}/base: Fix installed .h file (regr. 2022-09-10).
+       * lib/unicase.in.h: Do include <stdbool.h>.
+       * lib/unictype.in.h: Likewise.
+       * lib/unigbrk.in.h: Likewise.
+       * lib/unistr.in.h: Likewise.
+
 2022-09-18  Bruno Haible  <bruno@clisp.org>
 
        signal: Fix a C++ compilation error due to sched_yield on OpenBSD 6.0.
index 5317cd3dd8c98f9a57eab949a8c81ce6e96e4f3c..9bcc79edd80fc063aff63cc47cd9fa54f81303cc 100644 (file)
@@ -27,6 +27,9 @@
 
 #include "unitypes.h"
 
+/* Get bool.  */
+#include <stdbool.h>
+
 /* Get size_t.  */
 #include <stddef.h>
 
index de6a191d87e711ce225b602204d2b06b30be96ff..2f0efefca820d39ac3350090512961bf05708ae0 100644 (file)
@@ -19,6 +19,9 @@
 
 #include "unitypes.h"
 
+/* Get bool.  */
+#include <stdbool.h>
+
 /* Get size_t.  */
 #include <stddef.h>
 
index 7fbc2a0d572aa91d8c3dfc7a575930c807a23430..f1b60e17b9c51370b20c5f77f39b160749214c6e 100644 (file)
@@ -26,6 +26,9 @@
 #ifndef _UNIGBRK_H
 #define _UNIGBRK_H
 
+/* Get bool.  */
+#include <stdbool.h>
+
 /* Get size_t. */
 #include <stddef.h>
 
index 40c7929575e347d8bdca7b7787471bfd92f797c4..4d487515588293b9433b7ef04ac89e15abe679bd 100644 (file)
@@ -19,6 +19,9 @@
 
 #include "unitypes.h"
 
+/* Get bool.  */
+#include <stdbool.h>
+
 /* Get size_t, ptrdiff_t.  */
 #include <stddef.h>