summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-02-24 18:00:36 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-02-24 18:00:36 +0100
commita82df97dd8abda63d954350cf367cfcc10609027 (patch)
tree602d606b79d7aae5d549dc16d573e88d38caa68e
parentMerge "Use bspatch from external/bsdiff." am: f9962dbfe2 am: 2c467f6e49 (diff)
parentMerge "Add a missing #include for openat(2)." (diff)
downloadandroid_bootable_recovery-a82df97dd8abda63d954350cf367cfcc10609027.tar
android_bootable_recovery-a82df97dd8abda63d954350cf367cfcc10609027.tar.gz
android_bootable_recovery-a82df97dd8abda63d954350cf367cfcc10609027.tar.bz2
android_bootable_recovery-a82df97dd8abda63d954350cf367cfcc10609027.tar.lz
android_bootable_recovery-a82df97dd8abda63d954350cf367cfcc10609027.tar.xz
android_bootable_recovery-a82df97dd8abda63d954350cf367cfcc10609027.tar.zst
android_bootable_recovery-a82df97dd8abda63d954350cf367cfcc10609027.zip
-rw-r--r--minui/events.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/minui/events.cpp b/minui/events.cpp
index 6dd60fe68..fa44033d2 100644
--- a/minui/events.cpp
+++ b/minui/events.cpp
@@ -15,6 +15,7 @@
*/
#include <dirent.h>
+#include <fcntl.h>
#include <linux/input.h>
#include <stdio.h>
#include <stdlib.h>