fix compilation error

This commit is contained in:
Simon Cruanes 2023-10-29 18:41:02 -04:00
parent 64f49b3907
commit 8f9c33ba2c
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -1,6 +1,6 @@
module WSQ = Ws_deque_
module A = Atomic_
module TLS = Thread_local_storage
module TLS = Thread_local_storage_
include Runner
let ( let@ ) = ( @@ )