commit | 13825eb0a3f4a4914e20a5096e8ff7e73334752e | [log] [tgz] |
---|---|---|
author | Ashish Sharma <ashishsharma@google.com> | Sun Jul 10 13:57:05 2011 -0700 |
committer | JP Abgrall <jpa@google.com> | Wed Aug 10 12:23:30 2011 -0700 |
tree | 273784fdc7af57882c643e9ade50087c9692eeb3 | |
parent | 60daf104a1bd54b97c7bf3d71d74b637a0507ee1 [diff] |
Fix header file inclusion for type uid_t. Change-Id: I401fc0b41b4b77114fce7240662c9dfe4509e841
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" {