aboutsummaryrefslogtreecommitdiffstats
path: root/build/sysincl
diff options
context:
space:
mode:
authormikhnenko <mikhnenko@yandex-team.com>2023-10-12 10:52:50 +0300
committermikhnenko <mikhnenko@yandex-team.com>2023-10-12 11:16:45 +0300
commit426ead52ebd315acd7e95161aa310378ccdabb53 (patch)
treec7a78a693b9e4e2fc34742e0857a4d80482ab19a /build/sysincl
parent406ca2a64106a130a73b4088828c26fcebcd6d99 (diff)
downloadydb-426ead52ebd315acd7e95161aa310378ccdabb53.tar.gz
Add uchar.h into test after rXXXXXX
Diffstat (limited to 'build/sysincl')
-rw-r--r--build/sysincl/check/cxx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/sysincl/check/cxx.c b/build/sysincl/check/cxx.c
index 2945560f8e..234b1422b6 100644
--- a/build/sysincl/check/cxx.c
+++ b/build/sysincl/check/cxx.c
@@ -16,5 +16,6 @@
#include <stdlib.h>
#include <string.h>
#include <tgmath.h>
+#include <uchar.h>
#include <wchar.h>
#include <wctype.h>