1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:57:35 +00:00

Tests: Include limits.h for MB_LEN_MAX in wchar tests

This commit is contained in:
Tim Schumacher 2021-10-23 00:54:58 +02:00 committed by Andreas Kling
parent ed5623f40f
commit f748586393

View file

@ -7,6 +7,7 @@
#include <LibTest/TestCase.h>
#include <errno.h>
#include <limits.h>
#include <string.h>
#include <wchar.h>