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