commit | cdfe2895b47bf1086ee3a4675c9948e802d3c14b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Feb 24 16:59:06 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Feb 24 16:59:06 2017 +0000 |
tree | 602d606b79d7aae5d549dc16d573e88d38caa68e | |
parent | 05087fb83ddfe3fb261913131209177a1d633049 [diff] | |
parent | 3ac0dd2a56385f20f9cfd1af4e5551ec69ca0ad3 [diff] |
Merge "Add a missing #include for openat(2)." am: 3ac0dd2a56 Change-Id: I29988a3e7d509587d55c7a821c4ced2e0f32ebe4
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>