mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +00:00
Tests: Include limits.h for MB_LEN_MAX in wchar tests
This commit is contained in:
parent
ed5623f40f
commit
f748586393
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
#include <LibTest/TestCase.h>
|
#include <LibTest/TestCase.h>
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <limits.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue