diff options
Diffstat (limited to 'contrib/tools/python/src/Modules')
-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 |