diff options
author | Elliott Hughes <enh@google.com> | 2017-02-24 17:55:25 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-02-24 17:55:25 +0100 |
commit | 3ac0dd2a56385f20f9cfd1af4e5551ec69ca0ad3 (patch) | |
tree | 78d24e4bb0cebf477e4783fee2c2f013f6c362ec /minui | |
parent | Merge "Use bspatch from external/bsdiff." (diff) | |
parent | Add a missing #include for openat(2). (diff) | |
download | android_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 |
Diffstat (limited to 'minui')
-rw-r--r-- | minui/events.cpp | 1 |
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> |