summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2017-10-11 20:47:54 +0200
committerDan Albert <danalbert@google.com>2017-10-11 20:47:54 +0200
commitc8686b493cf7d31308ce3e36d5a1f13972f255a5 (patch)
treea8671dab8aecd4042b22ddfe97eb834e6a322c0c
parentMerge "otautil: Fix mac build." (diff)
downloadandroid_bootable_recovery-c8686b493cf7d31308ce3e36d5a1f13972f255a5.tar
android_bootable_recovery-c8686b493cf7d31308ce3e36d5a1f13972f255a5.tar.gz
android_bootable_recovery-c8686b493cf7d31308ce3e36d5a1f13972f255a5.tar.bz2
android_bootable_recovery-c8686b493cf7d31308ce3e36d5a1f13972f255a5.tar.lz
android_bootable_recovery-c8686b493cf7d31308ce3e36d5a1f13972f255a5.tar.xz
android_bootable_recovery-c8686b493cf7d31308ce3e36d5a1f13972f255a5.tar.zst
android_bootable_recovery-c8686b493cf7d31308ce3e36d5a1f13972f255a5.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>