From 514bdc3f7f0f38fd39b7e0ee6a59c4e2708923ec Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 5 Apr 2023 17:46:20 +0200 Subject: [PATCH] uchar: Fix recent change. * lib/uchar.in.h: Include , . --- ChangeLog | 5 +++++ lib/uchar.in.h | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1911c0b286..94cecfb730 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-04-05 Bruno Haible + + uchar: Fix recent change. + * lib/uchar.in.h: Include , . + 2023-04-05 Bruno Haible localename tests: Work around a Haiku bug. diff --git a/lib/uchar.in.h b/lib/uchar.in.h index 7c20ddd878..b5554c64b6 100644 --- a/lib/uchar.in.h +++ b/lib/uchar.in.h @@ -49,6 +49,10 @@ /* Get mbstate_t, size_t. */ #include +/* For the inline functions. */ +#include +#include + /* The __attribute__ feature is available in gcc versions 2.5 and later. The attribute __pure__ was added in gcc 2.96. */ #ifndef _GL_ATTRIBUTE_PURE -- 2.39.5