Add a missing #include for openat(2).

Bug: https://code.google.com/p/android/issues/detail?id=64374
Test: builds
Change-Id: I7d7650463197710657820a1adce51f71c1b01415
This commit is contained in:
Elliott Hughes 2017-02-23 10:45:42 -08:00
parent f9962dbfe2
commit 25a29d452e

View file

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