No public description

PiperOrigin-RevId: 678101900
diff --git a/quiche/quic/core/quic_utils.h b/quiche/quic/core/quic_utils.h
index 5bd6121..3a74856 100644
--- a/quiche/quic/core/quic_utils.h
+++ b/quiche/quic/core/quic_utils.h
@@ -233,7 +233,7 @@
 // empty string.
 // This function returns path as-is, if it's windows path with backslash
 // separators.
-absl::string_view PosixBasename(absl::string_view path);
+QUICHE_EXPORT absl::string_view PosixBasename(absl::string_view path);
 
 // Computes a SHA-256 hash and returns the raw bytes of the hash.
 QUICHE_EXPORT std::string RawSha256(absl::string_view input);