diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-12 13:08:04 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-02-12 13:22:00 +0300 |
commit | 200ee9c9b38ecc749e02b7d116e60057d42d7758 (patch) | |
tree | 30c0331ff6de923def38a84a1a12392ade84bff4 /contrib/tools/python/src | |
parent | 027c1b3b95dfc9c4bee4587be95118ec896a6903 (diff) | |
download | ydb-200ee9c9b38ecc749e02b7d116e60057d42d7758.tar.gz |
Disable BeOS / Haiku sysincls
Diffstat (limited to 'contrib/tools/python/src')
-rw-r--r-- | contrib/tools/python/src/Modules/timemodule.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/tools/python/src/Modules/timemodule.c b/contrib/tools/python/src/Modules/timemodule.c index 212d21acc2..6118cdd7cf 100644 --- a/contrib/tools/python/src/Modules/timemodule.c +++ b/contrib/tools/python/src/Modules/timemodule.c @@ -87,8 +87,8 @@ static long main_thread; #ifdef __BEOS__ #include <time.h> /* For bigtime_t, snooze(). - [cjh] */ -#include <support/SupportDefs.h> -#include <kernel/OS.h> +#error #include <support/SupportDefs.h> +#error #include <kernel/OS.h> #endif #ifdef RISCOS |