Merge "Add a missing #include for openat(2)."

This commit is contained in:
Elliott Hughes
2017-02-24 16:55:25 +00:00
committed by Gerrit Code Review
+1
View File
@@ -15,6 +15,7 @@
*/ */
#include <dirent.h> #include <dirent.h>
#include <fcntl.h>
#include <linux/input.h> #include <linux/input.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>