diff options
| author | 2025-01-22 11:05:56 -0800 | |
|---|---|---|
| committer | 2025-01-22 11:05:56 -0800 | |
| commit | d2e8444c88a57ffdab033fd37d3cad4aa4a397c9 (patch) | |
| tree | 9f1cc6cef1fce3741fb599c7b80e63bd515ff35e | |
| parent | 17e176aca171bc81ae82398a66afabc71847d7c5 (diff) | |
| parent | c214eb06542d43676f63c2d13412e5ea944a72d4 (diff) | |
Merge "installd: fix build with ToT LLVM" into main
| -rw-r--r-- | cmds/installd/otapreopt_chroot.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/installd/otapreopt_chroot.cpp b/cmds/installd/otapreopt_chroot.cpp index c86adef118..c818e0d7ba 100644 --- a/cmds/installd/otapreopt_chroot.cpp +++ b/cmds/installd/otapreopt_chroot.cpp @@ -16,6 +16,7 @@ #include <fcntl.h> #include <linux/unistd.h> +#include <sched.h> #include <sys/mount.h> #include <sys/stat.h> #include <sys/wait.h> |