commit | 716c482c88d08b4472d6f5a63a3785c2b4f9474b | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Jan 22 14:08:59 2025 -0800 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jan 22 14:08:59 2025 -0800 |
tree | b23ff272e6998fd1a7dc68fc74a9c3ad3221d284 | |
parent | d2e8444c88a57ffdab033fd37d3cad4aa4a397c9 [diff] | |
parent | 3f54d1bc3b6046eb09b33e411b584205efe7ce41 [diff] |
Merge "Add explicit <mutex> include" into main
diff --git a/cmds/installd/otapreopt_chroot.cpp b/cmds/installd/otapreopt_chroot.cpp index c86adef..c818e0d 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>