diff options
| author | Vinay Verma <vvinay@codeaurora.org> | 2018-04-29 14:08:30 +0530 |
|---|---|---|
| committer | David Ng <dave@codeaurora.org> | 2018-06-04 15:11:47 -0700 |
| commit | 2fd9c127563a9b64780340e3161f010377d9500f (patch) | |
| tree | c59702db49e4b76b3e48fe9219f1b8413522af8d /utils.c | |
| parent | 32e093d10dbb8a93373e8c67bc43e340de94f25f (diff) | |
| download | vendor_qcom_opensource_power-2fd9c127563a9b64780340e3161f010377d9500f.tar.gz vendor_qcom_opensource_power-2fd9c127563a9b64780340e3161f010377d9500f.tar.bz2 vendor_qcom_opensource_power-2fd9c127563a9b64780340e3161f010377d9500f.zip | |
power: Fix VNDK Compilation Errors
VNDK restrictions doesn't includes standard headers by
default, add them explicitly.
Change-Id: I4c72a28ffa141ecadcfe47cc7c1f62f2a0c8576e
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ #include <errno.h> #include <stdlib.h> #include <string.h> +#include <unistd.h> #include "utils.h" #include "list.h" |
