aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-06 00:06:45 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-06 00:06:45 +0000
commit79e9d93997ee5393394e7c62e7f25a8f46f7836a (patch)
treee073f8277d6aa17db9c3214ba49b68ff4b420e02
parentba4bf74d0fb05c2a41f8055878caca05a1396f5e (diff)
parenta4a7202c109cec2dab09927885e7fdaaa4f5dc05 (diff)
downloadvboot_reference-79e9d93997ee5393394e7c62e7f25a8f46f7836a.tar.gz
Snap for 8152624 from a4a7202c109cec2dab09927885e7fdaaa4f5dc05 to tm-release
Change-Id: I19e9af4769767bbbb55d35571829fed200bd5622
-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>