fix compilation on < 4.12

This commit is contained in:
Simon Cruanes 2022-09-16 18:54:45 -04:00
parent 555a69a0de
commit 19c0fac8fd
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
(name opentelemetry) (name opentelemetry)
(synopsis "API for opentelemetry instrumentation") (synopsis "API for opentelemetry instrumentation")
(flags :standard -warn-error -a+8) (flags :standard -warn-error -a+8)
(libraries ptime ptime.clock.os pbrt threads) (libraries ptime ptime.clock.os pbrt threads opentelemetry.atomic)
(public_name opentelemetry)) (public_name opentelemetry))
; ### protobuf rules ### ; ### protobuf rules ###

View file

@ -1,4 +1,4 @@
module A = Atomic module A = Opentelemetry_atomic.Atomic
type key = int type key = int