summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-10-12 02:11:56 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-10-12 02:11:56 +0200
commit3c4e27012340395e9bd04d675f83d53246a00a88 (patch)
tree042e3873e1da34430b8afde4fca67ded12ef7c50
parentMerge "otafault: Add the missing #include <string>." (diff)
parentAdd missing includes. (diff)
downloadandroid_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
-rw-r--r--minui/events.cpp1
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>