@@ -41,11 +41,11 @@ #elif defined(OF_AMIGAOS) # include typedef struct { struct of_condition_waiting_task { struct Task *task; - uint8_t sigBit; + unsigned char sigBit; struct of_condition_waiting_task *next; } *waitingTasks; } of_condition_t; #endif