X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Finclude%2Fthreads_int.h;h=124f51a190b4993189f34b31b4f4c9ca9ba79876;hb=9a70d1ed74070f56c34b856f88931b134d429c3a;hp=ed2af53dd3cd5908d5c69cf48d46f63075589dc0;hpb=881a49e0164c582d24db527e474f587a8b5e0c32;p=tpg%2Facess2.git diff --git a/Kernel/include/threads_int.h b/Kernel/include/threads_int.h index ed2af53d..124f51a1 100644 --- a/Kernel/include/threads_int.h +++ b/Kernel/include/threads_int.h @@ -6,6 +6,7 @@ #define _THREADS_INT_H_ #include +#include /** * \brief IPC Message @@ -110,7 +111,7 @@ extern void Threads_AddActive(tThread *Thread); extern tThread *Threads_RemActive(void); extern tThread *Threads_GetNextToRun(int CPU, tThread *Last); -extern tThread *Threads_CloneTCB(Uint *Err, Uint Flags); +extern tThread *Threads_CloneTCB(Uint Flags); extern tThread *Threads_CloneThreadZero(void); #endif