diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-10-12 02:11:56 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-10-12 02:11:56 +0200 |
commit | 3c4e27012340395e9bd04d675f83d53246a00a88 (patch) | |
tree | 042e3873e1da34430b8afde4fca67ded12ef7c50 /minui | |
parent | Merge "otafault: Add the missing #include <string>." (diff) | |
parent | Add missing includes. (diff) | |
download | android_bootable_recovery-3c4e27012340395e9bd04d675f83d53246a00a88.tar android_bootable_recovery-3c4e27012340395e9bd04d675f83d53246a00a88.tar.gz android_bootable_recovery-3c4e27012340395e9bd04d675f83d53246a00a88.tar.bz2 android_bootable_recovery-3c4e27012340395e9bd04d675f83d53246a00a88.tar.lz android_bootable_recovery-3c4e27012340395e9bd04d675f83d53246a00a88.tar.xz android_bootable_recovery-3c4e27012340395e9bd04d675f83d53246a00a88.tar.zst android_bootable_recovery-3c4e27012340395e9bd04d675f83d53246a00a88.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 24c2a8277..2894c3b6b 100644 --- a/minui/events.cpp +++ b/minui/events.cpp @@ -15,6 +15,7 @@ */ #include <dirent.h> +#include <errno.h> #include <fcntl.h> #include <linux/input.h> #include <stdio.h> |