diff options
author | Ashish Sharma <ashishsharma@google.com> | 2011-07-10 13:57:05 -0700 |
---|---|---|
committer | Ashish Sharma <ashishsharma@google.com> | 2011-07-10 14:04:25 -0700 |
commit | 6dce8322d66361e40d1feb5a6c3de15244de5949 (patch) | |
tree | c60e813b755e1ec8ca7072b946c399b226bb85c1 /include | |
parent | dbbfba39a5c81753438ac18bc52a1aa64860ab86 (diff) | |
download | system_core-6dce8322d66361e40d1feb5a6c3de15244de5949.zip system_core-6dce8322d66361e40d1feb5a6c3de15244de5949.tar.gz system_core-6dce8322d66361e40d1feb5a6c3de15244de5949.tar.bz2 |
Fix header file inclusion for type uid_t.
Change-Id: I401fc0b41b4b77114fce7240662c9dfe4509e841
Diffstat (limited to 'include')
-rw-r--r-- | include/cutils/qtaguid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cutils/qtaguid.h b/include/cutils/qtaguid.h index dd2db52..8aa34ea 100644 --- a/include/cutils/qtaguid.h +++ b/include/cutils/qtaguid.h @@ -19,6 +19,7 @@ #include <stdint.h> #include <sys/types.h> +#include <unistd.h> #ifdef __cplusplus extern "C" { |