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:
parent
543cbeebc9
commit
6d2568d832
1 changed files with 2 additions and 0 deletions
|
@ -14,7 +14,9 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <unistd.h>
|
||||
#include <linux/input.h>
|
||||
|
|
Loading…
Reference in a new issue