commit | addfa4a10052542091d2ccc8fea685cf0bada6f7 | [log] [tgz] |
---|---|---|
author | Vinay Verma <vvinay@codeaurora.org> | Sun Apr 29 14:03:38 2018 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue May 08 05:17:02 2018 -0700 |
tree | 7ba26097797d6496adb9a160a7b09172c8afb13a | |
parent | e3a47162451214abfee752a7b21e9662f408e28c [diff] |
Fix VNDK Compilation Errors VNDK restrictions doesn't includes standard headers by default, add them explicitly. Change-Id: Icafac6f07fcdf58fccaabde8d472509090fb3e6f
diff --git a/visualizer/offload_visualizer.c b/visualizer/offload_visualizer.c index 05537ec..a9664b6 100644 --- a/visualizer/offload_visualizer.c +++ b/visualizer/offload_visualizer.c
@@ -23,6 +23,8 @@ #include <time.h> #include <sys/prctl.h> #include <dlfcn.h> +#include <pthread.h> +#include <unistd.h> #include <cutils/list.h> #include <cutils/log.h>