Index: libcfa/src/concurrency/clib/cfathread.cfa
===================================================================
--- libcfa/src/concurrency/clib/cfathread.cfa	(revision 86dc95d59add4be3c2ae3fd7001bc7f0c68b4c85)
+++ libcfa/src/concurrency/clib/cfathread.cfa	(revision 50f6afb777a2a99adaa5c5a1c12c05fea3ddc2c4)
@@ -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 *) {
