diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-02-12 13:08:04 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@ydb.tech> | 2024-02-14 14:26:25 +0000 |
commit | 0186100cad6976f1096f4e7de1ba2dcc08b2cd32 (patch) | |
tree | b380a593cbcf8450e00092b0e56f270567491d69 /contrib/tools/python/src | |
parent | 931b87532467d2cb4605c80a2da40f748d442938 (diff) | |
download | ydb-0186100cad6976f1096f4e7de1ba2dcc08b2cd32.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 212d21acc2c..6118cdd7cf0 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 |