Merge "Add a missing #include for openat(2)." am: 3ac0dd2a56

am: cdfe2895b4

Change-Id: I0924ddf2096e076bd6a32b850c25e575f080041d
This commit is contained in:
Elliott Hughes
2017-02-24 17:00:36 +00:00
committed by android-build-merger

View File

@@ -15,6 +15,7 @@
*/
#include <dirent.h>
#include <fcntl.h>
#include <linux/input.h>
#include <stdio.h>
#include <stdlib.h>