diff options
author | Elliott Hughes <enh@google.com> | 2017-02-23 19:45:42 +0100 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2017-02-23 19:45:42 +0100 |
commit | 25a29d452e53f46766c2d26e4384c7378db3b571 (patch) | |
tree | 78d24e4bb0cebf477e4783fee2c2f013f6c362ec /minui | |
parent | Merge "Use bspatch from external/bsdiff." (diff) | |
download | android_bootable_recovery-25a29d452e53f46766c2d26e4384c7378db3b571.tar android_bootable_recovery-25a29d452e53f46766c2d26e4384c7378db3b571.tar.gz android_bootable_recovery-25a29d452e53f46766c2d26e4384c7378db3b571.tar.bz2 android_bootable_recovery-25a29d452e53f46766c2d26e4384c7378db3b571.tar.lz android_bootable_recovery-25a29d452e53f46766c2d26e4384c7378db3b571.tar.xz android_bootable_recovery-25a29d452e53f46766c2d26e4384c7378db3b571.tar.zst android_bootable_recovery-25a29d452e53f46766c2d26e4384c7378db3b571.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> |