Snap for 8730993 from 225ec71c04c3d4d3c157a9da6e37a5f799b7c376 to mainline-tzdata3-release

Change-Id: I141a7d8a1887e084f54352bba9bf1ae8b9bbe57e
diff --git a/METADATA b/METADATA
index 7893cf5..b6aba4e 100644
--- a/METADATA
+++ b/METADATA
@@ -1,4 +1,4 @@
 third_party {
-  license_note: "would be NOTICE save for scripts/image_signing/lib/shflags/shflags"
+  # would be NOTICE save for scripts/image_signing/lib/shflags/shflags
   license_type: RESTRICTED
 }
diff --git a/futility/dump_kernel_config_lib.c b/futility/dump_kernel_config_lib.c
index 4fe990c..c2d5943 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>