diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-03-28 19:03:38 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-03-28 19:17:47 +0300 |
commit | a90ddfaf3945fd95b37af7a8ba4b29e3fe6085f4 (patch) | |
tree | 621ead501b696d7b2a25d6cbc7c9d4f208df838a /contrib/tools/bison/gnulib/platform/win64/sys/stat.h | |
parent | bb09dae0c6200b95c94dcab806f758368955b08d (diff) | |
download | ydb-a90ddfaf3945fd95b37af7a8ba4b29e3fe6085f4.tar.gz |
Remove weird sysincls from unsorted.yml
ce2cb4ea93fc011e79b6cf7cfe0846bde10c334a
Diffstat (limited to 'contrib/tools/bison/gnulib/platform/win64/sys/stat.h')
-rw-r--r-- | contrib/tools/bison/gnulib/platform/win64/sys/stat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/bison/gnulib/platform/win64/sys/stat.h b/contrib/tools/bison/gnulib/platform/win64/sys/stat.h index 429d3886dc..bf7dc29f6e 100644 --- a/contrib/tools/bison/gnulib/platform/win64/sys/stat.h +++ b/contrib/tools/bison/gnulib/platform/win64/sys/stat.h @@ -32,7 +32,7 @@ #if _MSC_VER >= 1900 #include <../ucrt/sys/stat.h> #else -#include <../include/sys/stat.h> +#error #include <../include/sys/stat.h> #endif #else @@ -51,7 +51,7 @@ #if _MSC_VER >= 1900 #include <../ucrt/sys/stat.h> #else -#include <../include/sys/stat.h> +#error #include <../include/sys/stat.h> #endif #ifndef _GL_M4_SYS_STAT_H |