uchar.h: Add missing include of stdint.h.

Fixes #17040.
This commit is contained in:
Augustin Cavalier 2023-04-08 12:22:32 -04:00
parent 86ee86f5a9
commit 0f67b2ac2e

View File

@ -6,6 +6,7 @@
#define _UCHAR_H
#include <stdint.h>
#include <wchar.h>