diff options
author | mikhnenko <mikhnenko@yandex-team.com> | 2023-10-12 10:52:50 +0300 |
---|---|---|
committer | mikhnenko <mikhnenko@yandex-team.com> | 2023-10-12 11:16:45 +0300 |
commit | 426ead52ebd315acd7e95161aa310378ccdabb53 (patch) | |
tree | c7a78a693b9e4e2fc34742e0857a4d80482ab19a /build/sysincl | |
parent | 406ca2a64106a130a73b4088828c26fcebcd6d99 (diff) | |
download | ydb-426ead52ebd315acd7e95161aa310378ccdabb53.tar.gz |
Add uchar.h into test after rXXXXXX
Diffstat (limited to 'build/sysincl')
-rw-r--r-- | build/sysincl/check/cxx.c | 1 |
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>
|