commit | af31664d8a9ba5518706a0682253082d0e0a92ec | [log] [tgz] |
---|---|---|
author | Rashed Abdel-Tawab <rashed@linux.com> | Tue Aug 07 10:45:02 2018 -0700 |
committer | Bruno Martins <bgcngm@gmail.com> | Fri Aug 10 19:37:27 2018 +0100 |
tree | 18d99eee38fccfadd20e10a6e8d02d08ee505e05 | |
parent | 3d29315c1ebcfaef1609d0c9b9c3a03899c78f13 [diff] |
bfqio: Include headers we use Change-Id: I98a46e80c3a8eee46dd54c39e4e38efc4b96a559
diff --git a/libbfqio/bfqio.c b/libbfqio/bfqio.c index e3776d5..0a4a21d 100644 --- a/libbfqio/bfqio.c +++ b/libbfqio/bfqio.c
@@ -16,10 +16,12 @@ #define LOG_TAG "bfqio" +#include <errno.h> #include <fcntl.h> #include <cutils/iosched_policy.h> #include <log/log.h> #include <pthread.h> +#include <string.h> #include <sys/stat.h> #include <unistd.h>