summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2017-02-24 17:55:25 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-02-24 17:55:25 +0100
commit3ac0dd2a56385f20f9cfd1af4e5551ec69ca0ad3 (patch)
tree78d24e4bb0cebf477e4783fee2c2f013f6c362ec
parentMerge "Use bspatch from external/bsdiff." (diff)
parentAdd a missing #include for openat(2). (diff)
downloadandroid_bootable_recovery-3ac0dd2a56385f20f9cfd1af4e5551ec69ca0ad3.tar
android_bootable_recovery-3ac0dd2a56385f20f9cfd1af4e5551ec69ca0ad3.tar.gz
android_bootable_recovery-3ac0dd2a56385f20f9cfd1af4e5551ec69ca0ad3.tar.bz2
android_bootable_recovery-3ac0dd2a56385f20f9cfd1af4e5551ec69ca0ad3.tar.lz
android_bootable_recovery-3ac0dd2a56385f20f9cfd1af4e5551ec69ca0ad3.tar.xz
android_bootable_recovery-3ac0dd2a56385f20f9cfd1af4e5551ec69ca0ad3.tar.zst
android_bootable_recovery-3ac0dd2a56385f20f9cfd1af4e5551ec69ca0ad3.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>