diff options
author | Elliott Hughes <enh@google.com> | 2017-02-24 18:00:36 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-02-24 18:00:36 +0100 |
commit | a82df97dd8abda63d954350cf367cfcc10609027 (patch) | |
tree | 602d606b79d7aae5d549dc16d573e88d38caa68e | |
parent | Merge "Use bspatch from external/bsdiff." am: f9962dbfe2 am: 2c467f6e49 (diff) | |
parent | Merge "Add a missing #include for openat(2)." (diff) | |
download | android_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.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> |