--- uae/src/od-amiga/ami-disk.c 2018/04/24 16:40:30 1.1.1.1 +++ uae/src/od-amiga/ami-disk.c 2018/04/24 16:42:50 1.1.1.2 @@ -21,6 +21,16 @@ #include +#if defined(POWERUP) +#include +#ifdef USE_CLIB +#include +#include +#else +#include +#include +#endif +#else /* This should cure the spilled-register problem. An other solution is to */ /* compile with -O2 instead of -O3 */ #define NO_INLINE_STDARGS @@ -31,6 +41,7 @@ #include #endif #include +#endif /****************************************************************************/