Index: libcfa/src/concurrency/pthread.cfa
===================================================================
--- libcfa/src/concurrency/pthread.cfa	(revision 16e69051515899828e3592fdad2e6f720e3e8630)
+++ libcfa/src/concurrency/pthread.cfa	(revision 4a40fca7195d07e090f940cfac3fc4e3c345c052)
@@ -9,7 +9,7 @@
 // Author           : Zhenyan Zhu
 // Created On       : Sat Aug 6 16:29:18 2022
-// Last Modified By :
-// Last Modified On :
-// Update Count     :
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Mon Sep  4 15:37:51 2023
+// Update Count     : 1
 //
 
@@ -21,4 +21,5 @@
 #include "locks.hfa"
 #include "bits/stack.hfa"
+#include "bits/sequence.hfa"
 
 
