From 200ee9c9b38ecc749e02b7d116e60057d42d7758 Mon Sep 17 00:00:00 2001 From: thegeorg <thegeorg@yandex-team.com> Date: Mon, 12 Feb 2024 13:08:04 +0300 Subject: Disable BeOS / Haiku sysincls --- contrib/tools/python/src/Modules/timemodule.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'contrib/tools/python/src/Modules') 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 -- cgit v1.2.3