commit | a82df97dd8abda63d954350cf367cfcc10609027 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Feb 24 17:00:36 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Feb 24 17:00:36 2017 +0000 |
tree | 602d606b79d7aae5d549dc16d573e88d38caa68e | |
parent | 05087fb83ddfe3fb261913131209177a1d633049 [diff] | |
parent | cdfe2895b47bf1086ee3a4675c9948e802d3c14b [diff] |
Merge "Add a missing #include for openat(2)." am: 3ac0dd2a56 am: cdfe2895b4 Change-Id: I0924ddf2096e076bd6a32b850c25e575f080041d
diff --git a/minui/events.cpp b/minui/events.cpp index 6dd60fe..fa44033 100644 --- a/minui/events.cpp +++ b/minui/events.cpp
@@ -15,6 +15,7 @@ */ #include <dirent.h> +#include <fcntl.h> #include <linux/input.h> #include <stdio.h> #include <stdlib.h>