Skip to content

Commit ee83f9c

Browse files
slackitotomtor
authored andcommitted
[bazel][libc] Add missing deps after 51689c9
1 parent 460858b commit ee83f9c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,16 +347,19 @@ libc_support_library(
347347
libc_support_library(
348348
name = "types_struct_f_owner_ex",
349349
hdrs = ["hdr/types/struct_f_owner_ex.h"],
350+
deps = [":hdr_fcntl_overlay"],
350351
)
351352

352353
libc_support_library(
353354
name = "types_struct_flock",
354355
hdrs = ["hdr/types/struct_flock.h"],
356+
deps = [":hdr_fcntl_overlay"],
355357
)
356358

357359
libc_support_library(
358360
name = "types_struct_flock64",
359361
hdrs = ["hdr/types/struct_flock64.h"],
362+
deps = [":hdr_fcntl_overlay"],
360363
)
361364

362365
libc_support_library(

0 commit comments

Comments
 (0)