]> Savannah Git Hosting - gnulib.git/commitdiff
exclude: Complete last change.
authorBruno Haible <bruno@clisp.org>
Sun, 25 Jun 2023 08:29:47 +0000 (10:29 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 25 Jun 2023 15:06:51 +0000 (17:06 +0200)
* lib/exclude.c: Include <uchar.h> instead of <wctype.h>.

ChangeLog
lib/exclude.c

index 36f8674753258d9e0f68d67f43aba99233772c6e..f9583937163cb0d6336e5d073b043550ed2183bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2023-06-25  Bruno Haible  <bruno@clisp.org>
+
+       exclude: Complete last change.
+       * lib/exclude.c: Include <uchar.h> instead of <wctype.h>.
+
 2023-06-24  Bruno Haible  <bruno@clisp.org>
 
        mbchar, mbiter, mbuiter: Overcome wchar_t limitations.
index af204cd300cb420b4e44692c17c60655125b217d..15f238e09c2f1052576856517a0d861ca3d1f5bb 100644 (file)
@@ -29,7 +29,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <wctype.h>
+#include <uchar.h>
 #include <regex.h>
 
 #include "exclude.h"