commit | 1de1c7124efc01cfd0e9e8b8d4a5883d921feeee | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Feb 24 17:03:37 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Feb 24 17:03:37 2017 +0000 |
tree | 0ec8c204382121d2b0295d93a768982aace0ed3c | |
parent | c45c1bf9ed300ce62ff0cef39967efcf5f113a66 [diff] | |
parent | a82df97dd8abda63d954350cf367cfcc10609027 [diff] |
Merge "Add a missing #include for openat(2)." am: 3ac0dd2a56 am: cdfe2895b4 am: a82df97dd8 Change-Id: Ie157634ac0e83d168a980fe1b3c72664179551ce
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>