summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2017-10-12 02:22:57 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-10-12 02:22:57 +0200
commit57caa90f7477ba972cc93267dcad9faafc6e888a (patch)
tree62248da23a376c43d81e762a64c54abd44c8921f
parentMerge "otafault: Add the missing #include <string>." am: 489155c44b (diff)
parentMerge "Add missing includes." (diff)
downloadandroid_bootable_recovery-57caa90f7477ba972cc93267dcad9faafc6e888a.tar
android_bootable_recovery-57caa90f7477ba972cc93267dcad9faafc6e888a.tar.gz
android_bootable_recovery-57caa90f7477ba972cc93267dcad9faafc6e888a.tar.bz2
android_bootable_recovery-57caa90f7477ba972cc93267dcad9faafc6e888a.tar.lz
android_bootable_recovery-57caa90f7477ba972cc93267dcad9faafc6e888a.tar.xz
android_bootable_recovery-57caa90f7477ba972cc93267dcad9faafc6e888a.tar.zst
android_bootable_recovery-57caa90f7477ba972cc93267dcad9faafc6e888a.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>