Skip to content

Commit fa250f2

Browse files
[libc] fix missing dep
1 parent 0d13cdf commit fa250f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/include/llvm-libc-types/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ add_header(__call_once_func_t HDR __call_once_func_t.h)
77
add_header(__exec_argv_t HDR __exec_argv_t.h)
88
add_header(__exec_envp_t HDR __exec_envp_t.h)
99
add_header(__futex_word HDR __futex_word.h)
10-
add_header(__mutex_type HDR __mutex_type.h DEPENDS .__futex_word)
10+
add_header(__mutex_type HDR __mutex_type.h DEPENDS .__futex_word .pid_t)
1111
add_header(__pthread_once_func_t HDR __pthread_once_func_t.h)
1212
add_header(__pthread_start_t HDR __pthread_start_t.h)
1313
add_header(__pthread_tss_dtor_t HDR __pthread_tss_dtor_t.h)

0 commit comments

Comments
 (0)