aboutsummaryrefslogtreecommitdiffstats
path: root/include/cutils
diff options
context:
space:
mode:
authorAshish Sharma <ashishsharma@google.com>2011-07-10 13:57:05 -0700
committerJP Abgrall <jpa@google.com>2011-08-10 12:23:30 -0700
commit13825eb0a3f4a4914e20a5096e8ff7e73334752e (patch)
tree273784fdc7af57882c643e9ade50087c9692eeb3 /include/cutils
parent60daf104a1bd54b97c7bf3d71d74b637a0507ee1 (diff)
downloadsystem_core-13825eb0a3f4a4914e20a5096e8ff7e73334752e.tar.gz
system_core-13825eb0a3f4a4914e20a5096e8ff7e73334752e.tar.bz2
system_core-13825eb0a3f4a4914e20a5096e8ff7e73334752e.zip
Fix header file inclusion for type uid_t.
Change-Id: I401fc0b41b4b77114fce7240662c9dfe4509e841
Diffstat (limited to 'include/cutils')
-rw-r--r--include/cutils/qtaguid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cutils/qtaguid.h b/include/cutils/qtaguid.h
index dd2db522..8aa34ea3 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" {