aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python/src
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-12 13:08:04 +0300
committerDaniil Cherednik <dcherednik@ydb.tech>2024-02-14 14:26:25 +0000
commit0186100cad6976f1096f4e7de1ba2dcc08b2cd32 (patch)
treeb380a593cbcf8450e00092b0e56f270567491d69 /contrib/tools/python/src
parent931b87532467d2cb4605c80a2da40f748d442938 (diff)
downloadydb-0186100cad6976f1096f4e7de1ba2dcc08b2cd32.tar.gz
Disable BeOS / Haiku sysincls
Diffstat (limited to 'contrib/tools/python/src')
-rw-r--r--contrib/tools/python/src/Modules/timemodule.c4
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