diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-13 19:12:21 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@ydb.tech> | 2024-02-14 14:26:53 +0000 |
commit | 4e7f2dc741120dfc9d7c223ce4590b24499c05f7 (patch) | |
tree | 13278dd44ff6681772230f340934bc10d22911ef /contrib/tools/bison/gnulib/platform/win64/unistd.h | |
parent | dab42680191d8d34966c59760dbbea13c7debf87 (diff) | |
download | ydb-4e7f2dc741120dfc9d7c223ce4590b24499c05f7.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/tools/bison/gnulib/platform/win64/unistd.h')
-rw-r--r-- | contrib/tools/bison/gnulib/platform/win64/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/bison/gnulib/platform/win64/unistd.h b/contrib/tools/bison/gnulib/platform/win64/unistd.h index 06babd93a7..3980820c14 100644 --- a/contrib/tools/bison/gnulib/platform/win64/unistd.h +++ b/contrib/tools/bison/gnulib/platform/win64/unistd.h @@ -1082,7 +1082,7 @@ _GL_CXXALIAS_RPL (getpagesize, int, (void)); # endif /* This is for BeOS. */ # if !defined _gl_getpagesize && 0 -# include <OS.h> +# error #include <OS.h> # if defined B_PAGE_SIZE # define _gl_getpagesize() B_PAGE_SIZE # endif |