summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2025-01-22 11:05:56 -0800
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2025-01-22 11:05:56 -0800
commitd2e8444c88a57ffdab033fd37d3cad4aa4a397c9 (patch)
tree9f1cc6cef1fce3741fb599c7b80e63bd515ff35e
parent17e176aca171bc81ae82398a66afabc71847d7c5 (diff)
parentc214eb06542d43676f63c2d13412e5ea944a72d4 (diff)
Merge "installd: fix build with ToT LLVM" into main
-rw-r--r--cmds/installd/otapreopt_chroot.cpp1
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>