diff options
Diffstat (limited to 'Modules/timemodule.c')
-rw-r--r-- | Modules/timemodule.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c index bb7f358..ef5ab92 100644 --- a/Modules/timemodule.c +++ b/Modules/timemodule.c @@ -17,9 +17,7 @@ #define GUSI_TO_MSL_EPOCH (4*365*24*60*60) #endif /* USE_GUSI2 */ #else -#ifndef RISCOS #include <sys/types.h> -#endif /* RISCOS */ #endif #ifdef QUICKWIN |