commit | a4a7202c109cec2dab09927885e7fdaaa4f5dc05 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Sat Feb 05 02:31:57 2022 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Feb 05 02:31:57 2022 +0000 |
tree | e073f8277d6aa17db9c3214ba49b68ff4b420e02 | |
parent | c2841ab8dcc0552d391daa3ba348416816b71425 [diff] | |
parent | e535c25a5dbfeada46b8f51241ca10e2e6a22179 [diff] |
Fix building futility against musl am: edce551727 am: 2f12db35a6 am: 18ac24edae am: e535c25a5d Original change: https://android-review.googlesource.com/c/platform/external/vboot_reference/+/1969999 Change-Id: I1c2d8a3c2ca1b9406a0ac1e7ecf4a16ea4e912ce
diff --git a/futility/dump_kernel_config_lib.c b/futility/dump_kernel_config_lib.c index c2d5943..4fe990c 100644 --- a/futility/dump_kernel_config_lib.c +++ b/futility/dump_kernel_config_lib.c
@@ -5,10 +5,10 @@ * Exports the kernel commandline from a given partition/image. */ +#include <fcntl.h> #include <stdio.h> #include <string.h> #include <sys/mman.h> -#include <sys/fcntl.h> #include <sys/stat.h> #include <sys/types.h> #include <unistd.h>