Index: libcfa/src/concurrency/clib/cfathread.cfa
===================================================================
--- libcfa/src/concurrency/clib/cfathread.cfa	(revision 86dc95d59add4be3c2ae3fd7001bc7f0c68b4c85)
+++ libcfa/src/concurrency/clib/cfathread.cfa	(revision 424dfc4417eaee2a5e3b85b01edecb507bd12e62)
@@ -50,4 +50,6 @@
 
 cfathread_vtable _cfathread_vtable_instance;
+
+cfathread_vtable & const _default_vtable = _cfathread_vtable_instance;
 
 cfathread_vtable const & get_exception_vtable(cfathread_exception *) {
