From 3887fa4e634af7deacd846f11d8972497165b19e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 18 Sep 2022 15:33:09 +0200 Subject: [PATCH] uni{case,ctype,gbrk,str}/base: Fix installed .h file (regr. 2022-09-10). * lib/unicase.in.h: Do include . * lib/unictype.in.h: Likewise. * lib/unigbrk.in.h: Likewise. * lib/unistr.in.h: Likewise. --- ChangeLog | 8 ++++++++ lib/unicase.in.h | 3 +++ lib/unictype.in.h | 3 +++ lib/unigbrk.in.h | 3 +++ lib/unistr.in.h | 3 +++ 5 files changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index 88bd009004..9b20b98d4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2022-09-18 Bruno Haible + + uni{case,ctype,gbrk,str}/base: Fix installed .h file (regr. 2022-09-10). + * lib/unicase.in.h: Do include . + * lib/unictype.in.h: Likewise. + * lib/unigbrk.in.h: Likewise. + * lib/unistr.in.h: Likewise. + 2022-09-18 Bruno Haible signal: Fix a C++ compilation error due to sched_yield on OpenBSD 6.0. diff --git a/lib/unicase.in.h b/lib/unicase.in.h index 5317cd3dd8..9bcc79edd8 100644 --- a/lib/unicase.in.h +++ b/lib/unicase.in.h @@ -27,6 +27,9 @@ #include "unitypes.h" +/* Get bool. */ +#include + /* Get size_t. */ #include diff --git a/lib/unictype.in.h b/lib/unictype.in.h index de6a191d87..2f0efefca8 100644 --- a/lib/unictype.in.h +++ b/lib/unictype.in.h @@ -19,6 +19,9 @@ #include "unitypes.h" +/* Get bool. */ +#include + /* Get size_t. */ #include diff --git a/lib/unigbrk.in.h b/lib/unigbrk.in.h index 7fbc2a0d57..f1b60e17b9 100644 --- a/lib/unigbrk.in.h +++ b/lib/unigbrk.in.h @@ -26,6 +26,9 @@ #ifndef _UNIGBRK_H #define _UNIGBRK_H +/* Get bool. */ +#include + /* Get size_t. */ #include diff --git a/lib/unistr.in.h b/lib/unistr.in.h index 40c7929575..4d48751558 100644 --- a/lib/unistr.in.h +++ b/lib/unistr.in.h @@ -19,6 +19,9 @@ #include "unitypes.h" +/* Get bool. */ +#include + /* Get size_t, ptrdiff_t. */ #include -- 2.39.5