X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Tools%2Fnativelib%2Finclude%2Fthreads_int.h;h=1b4ddac442024cdad99ec97f9564051a52696ada;hb=652e2ab0285b66a388a7d73fe5d3551249a4df0b;hp=3e85232dd78206a39749ab1d1b06fa649b98e4a1;hpb=083c31409b9f25c96807ab8fef8ac79e8fe4cf9e;p=tpg%2Facess2.git diff --git a/Tools/nativelib/include/threads_int.h b/Tools/nativelib/include/threads_int.h index 3e85232d..1b4ddac4 100644 --- a/Tools/nativelib/include/threads_int.h +++ b/Tools/nativelib/include/threads_int.h @@ -10,7 +10,9 @@ #include +#ifndef _THREADS_H_ typedef struct sThread tThread; +#endif #define THREAD_EVENT_RWLOCK (1 << 8)