summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAshish Sharma <ashishsharma@google.com>2011-07-10 13:57:05 -0700
committerAshish Sharma <ashishsharma@google.com>2011-07-10 14:04:25 -0700
commit6dce8322d66361e40d1feb5a6c3de15244de5949 (patch)
treec60e813b755e1ec8ca7072b946c399b226bb85c1 /include
parentdbbfba39a5c81753438ac18bc52a1aa64860ab86 (diff)
downloadsystem_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.h1
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" {