Index: src/examples/multicore.c
===================================================================
--- src/examples/multicore.c	(revision 4a3334cf1b33bf9d49940a420eba798a1e968186)
+++ src/examples/multicore.c	(revision 348006f9bbb24c9257fa8be8d10695e6da14597d)
@@ -2,5 +2,5 @@
 #include <thread>
 
-struct MyThread { thread t; };
+struct MyThread { thread_desc t; };
 
 DECL_THREAD(MyThread);
