aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-17 03:28:09 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-17 03:28:09 +0000
commitba9cdf1df84bd56e229b2bd27140476ec0c5eace (patch)
treee073f8277d6aa17db9c3214ba49b68ff4b420e02
parentfca914cc0aa11e1164ef0d44a3a04c46ddd7ad2a (diff)
parenta4a7202c109cec2dab09927885e7fdaaa4f5dc05 (diff)
downloadvboot_reference-ba9cdf1df84bd56e229b2bd27140476ec0c5eace.tar.gz
Snap for 8191477 from a4a7202c109cec2dab09927885e7fdaaa4f5dc05 to tm-frc-neuralnetworks-release
Change-Id: I7e222173fe92fd7040bf1563473ac7cef60961e3
-rw-r--r--futility/dump_kernel_config_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/futility/dump_kernel_config_lib.c b/futility/dump_kernel_config_lib.c
index c2d59433..4fe990c3 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>