commit | 3c4e27012340395e9bd04d675f83d53246a00a88 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Oct 12 00:11:56 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 12 00:11:56 2017 +0000 |
tree | 042e3873e1da34430b8afde4fca67ded12ef7c50 | |
parent | 489155c44bcf47b1b54c644f8f66e76b87983b89 [diff] | |
parent | c8686b493cf7d31308ce3e36d5a1f13972f255a5 [diff] |
Merge "Add missing includes."
diff --git a/minui/events.cpp b/minui/events.cpp index 24c2a82..2894c3b 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>