commit | e5e321df3ce01618c4f73d1f9e6322287b7fca01 | [log] [tgz] |
---|---|---|
author | Ethan Chen <intervigil@gmail.com> | Fri Jan 26 09:48:19 2018 -0800 |
committer | Ethan Chen <intervigil@gmail.com> | Thu Feb 01 19:02:07 2018 +0000 |
tree | 9edb77d8b6b1d9803ff889c433c34a75f73b9cf2 | |
parent | 4e75f576f9589fcbd1d26b6406aa6dab13378d76 [diff] |
bfqio: Add missing include header Change-Id: I50851e633c54cd0e2e37789e88a226aaa80e8c2c
diff --git a/libbfqio/bfqio.c b/libbfqio/bfqio.c index 131c78b..cabd579 100644 --- a/libbfqio/bfqio.c +++ b/libbfqio/bfqio.c
@@ -21,6 +21,7 @@ #include <cutils/log.h> #include <pthread.h> #include <sys/stat.h> +#include <unistd.h> static int __rtio_cgroup_supported = -1; static pthread_once_t __rtio_init_once = PTHREAD_ONCE_INIT;