]> Savannah Git Hosting - gnulib.git/commitdiff
uchar: Fix recent change.
authorBruno Haible <bruno@clisp.org>
Wed, 5 Apr 2023 15:46:20 +0000 (17:46 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 5 Apr 2023 15:46:20 +0000 (17:46 +0200)
* lib/uchar.in.h: Include <string.h>, <wctype.h>.

ChangeLog
lib/uchar.in.h

index 1911c0b28621708b5f0e4701d62e666195cec2e5..94cecfb730ec69793e13b74e3f7cf739ed9b9f83 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-04-05  Bruno Haible  <bruno@clisp.org>
+
+       uchar: Fix recent change.
+       * lib/uchar.in.h: Include <string.h>, <wctype.h>.
+
 2023-04-05  Bruno Haible  <bruno@clisp.org>
 
        localename tests: Work around a Haiku bug.
index 7c20ddd878b4fc8e11e0b122f32714260feb2efc..b5554c64b6e636ffb4b66e7aa34bea3e08a5a677 100644 (file)
 /* Get mbstate_t, size_t.  */
 #include <wchar.h>
 
+/* For the inline functions.  */
+#include <string.h>
+#include <wctype.h>
+
 /* 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