Index: libcfa/src/concurrency/pthread.cfa
===================================================================
--- libcfa/src/concurrency/pthread.cfa	(revision 43eb8e90d846d77241aadc77e96af2b5a47fe73d)
+++ libcfa/src/concurrency/pthread.cfa	(revision 555af62e9161db43d53c22635e04d4d5edbb0662)
@@ -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"
 
 
