diff options
author | Steven Moreland <smoreland@google.com> | 2017-06-29 17:13:51 -0700 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2018-09-05 00:00:08 +0000 |
commit | 465ccf760808afe8d471687d32b46965bfee0d29 (patch) | |
tree | fe4b6e7e40064e04a65c337813e770341468caa0 /gps/utils/LocTimer.cpp | |
parent | 560062e76a83cabadea9a66c742b8b1fbe84ef64 (diff) |
wayne: Build libgps.utils with VNDK.
Test: m -j BOARD_VNDK_VERSION=current libgps.utils
Bug: 37342627
Change-Id: Ifcd9344245cf689d4075d34b89faa689647b8b0b
Diffstat (limited to 'gps/utils/LocTimer.cpp')
-rw-r--r-- | gps/utils/LocTimer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gps/utils/LocTimer.cpp b/gps/utils/LocTimer.cpp index 5b653eb..5bcdd7b 100644 --- a/gps/utils/LocTimer.cpp +++ b/gps/utils/LocTimer.cpp @@ -34,6 +34,7 @@ #include <loc_timer.h> #include <sys/timerfd.h> #include <sys/epoll.h> +#include <unistd.h> #include <LocTimer.h> #include <LocHeap.h> #include <LocThread.h> |