Merge pull request #1560 from ailin-nemui/wchar

add missing include for wcwidth thread test
This commit is contained in:
ailin-nemui 2025-04-29 20:34:42 +00:00 committed by GitHub
commit 4ec9d10904
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,9 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#define _GNU_SOURCE
#include <wchar.h>
#define NEED_PERL_H #define NEED_PERL_H
#define PERL_NO_GET_CONTEXT #define PERL_NO_GET_CONTEXT
#include "module.h" #include "module.h"