clover: folio_daemon: Add missing includes.

Change-Id: I74ce25b3b5c918e371140b91f82ec00ff571f9fe
Exempt-From-Owner-Approval: trivial cleanup
Test: mma
Bug: None
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Dan Albert 2017-10-17 11:02:28 -07:00 committed by pix106
parent 543cbeebc9
commit 6d2568d832

View file

@ -14,7 +14,9 @@
* limitations under the License. * limitations under the License.
*/ */
#include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#include <string.h>
#include <time.h> #include <time.h>
#include <unistd.h> #include <unistd.h>
#include <linux/input.h> #include <linux/input.h>