diff options
author | Dan Albert <danalbert@google.com> | 2017-10-11 20:47:54 +0200 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2017-10-11 20:47:54 +0200 |
commit | c8686b493cf7d31308ce3e36d5a1f13972f255a5 (patch) | |
tree | a8671dab8aecd4042b22ddfe97eb834e6a322c0c /minui | |
parent | Merge "otautil: Fix mac build." (diff) | |
download | android_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 |
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> |