OSDN Git Service

[libc][NFC][Obvious] Add a missing dep.
authorSiva Chandra <sivachandra@google.com>
Tue, 19 Jan 2021 05:59:12 +0000 (21:59 -0800)
committerSiva Chandra <sivachandra@google.com>
Tue, 19 Jan 2021 06:04:20 +0000 (22:04 -0800)
libc/include/CMakeLists.txt

index 4c52a76..d11dd46 100644 (file)
@@ -119,6 +119,7 @@ add_gen_header(
   DEF_FILE unistd.h.def
   GEN_HDR unistd.h
   DEPENDS
+    .libc_posix_types
     .llvm_libc_common_h
 )