From 04d85febb9dd61a65045e10a8ba4add5367b239d Mon Sep 17 00:00:00 2001 From: Frederic Berat Date: Tue, 20 Jun 2023 20:18:59 +0200 Subject: wcsmbs/bits/wchar2{, -decl}.h: Clearly separate declaration from definitions This will enable __REDIRECT_FORTIFY* macros to be used when _FORTIFY_SOURCE is set. Routine declarations that were in bits/wchar2.h are moved into the bits/wchar2-decl.h file. The file is now included into include/wchar.h irrespectively from fortification. Reviewed-by: Siddhesh Poyarekar --- include/wchar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/wchar.h b/include/wchar.h index ff4ae52045..7b763bc24f 100644 --- a/include/wchar.h +++ b/include/wchar.h @@ -12,6 +12,7 @@ # ifndef _ISOMAC #include +#include #include extern __typeof (wcscasecmp_l) __wcscasecmp_l; -- cgit 1.4.1