aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-08-08 12:45:00 -0700
committerJeff Sharkey <jsharkey@android.com>2012-08-08 13:59:34 -0700
commit46ac0ef00b7df5432d1704b221738e51234bedc5 (patch)
treea5c884a101a660dc29a65574fad65876fd7492a1 /include
parent9509d27252b16f69b6fd2ebb2c552201c34e5c0c (diff)
downloadsystem_core-46ac0ef00b7df5432d1704b221738e51234bedc5.tar.gz
system_core-46ac0ef00b7df5432d1704b221738e51234bedc5.tar.bz2
system_core-46ac0ef00b7df5432d1704b221738e51234bedc5.zip
Include to define uid_t.
Change-Id: I02d36346fc3c6236bd64309798b434405f8dfef7
Diffstat (limited to 'include')
-rw-r--r--include/cutils/multiuser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/cutils/multiuser.h b/include/cutils/multiuser.h
index 191d80cf..22bb032a 100644
--- a/include/cutils/multiuser.h
+++ b/include/cutils/multiuser.h
@@ -17,6 +17,8 @@
#ifndef __CUTILS_MULTIUSER_H
#define __CUTILS_MULTIUSER_H
+#include <sys/types.h>
+
#ifdef __cplusplus
extern "C" {
#endif