diff options
Diffstat (limited to 'Modules/timemodule.c')
-rw-r--r-- | Modules/timemodule.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c index fa40762..8cb7484 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -70,13 +70,10 @@ extern int ftime(struct timeb *); #endif #ifdef __BEOS__ +#include <time.h> /* For bigtime_t, snooze(). - [cjh] */ #include <support/SupportDefs.h> #include <kernel/OS.h> -#ifndef CLOCKS_PER_SEC -/* C'mon, fix the bloody headers... - [cjh] */ -#define CLOCKS_PER_SEC 1000 -#endif #endif /* Forward declarations */ |