From e12e2b53c8e7462702aa73360dc0b4dac1025b49 Mon Sep 17 00:00:00 2001 From: Sergey Shevchenko Date: Thu, 26 Oct 2023 16:48:51 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 577023602 --- centipede/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/centipede/BUILD b/centipede/BUILD index deea48ea6..6e19aa488 100644 --- a/centipede/BUILD +++ b/centipede/BUILD @@ -1044,6 +1044,7 @@ cc_library( name = "workdir", srcs = ["workdir.cc"], hdrs = ["workdir.h"], + visibility = PUBLIC_API_VISIBILITY, deps = [ ":environment", ":logging",