add missing include for wcwidth thread test

This commit is contained in:
Ailin Nemui 2025-04-27 12:09:17 +02:00
commit 9fd6df2a15

View file

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