From 0f67b2ac2e1e4bd941af96ce4cb3908e780107d7 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Sat, 8 Apr 2023 12:22:32 -0400 Subject: [PATCH] uchar.h: Add missing include of stdint.h. Fixes #17040. --- headers/posix/uchar.h | 1 + 1 file changed, 1 insertion(+) diff --git a/headers/posix/uchar.h b/headers/posix/uchar.h index 8a22d39b68..461b87b2db 100644 --- a/headers/posix/uchar.h +++ b/headers/posix/uchar.h @@ -6,6 +6,7 @@ #define _UCHAR_H +#include #include