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