Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46ac0ef0 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Include to define uid_t.

Change-Id: I02d36346fc3c6236bd64309798b434405f8dfef7
parent 9509d272
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@
#ifndef __CUTILS_MULTIUSER_H
#define __CUTILS_MULTIUSER_H

#include <sys/types.h>

#ifdef __cplusplus
extern "C" {
#endif
+3 −3
Original line number Diff line number Diff line
@@ -50,8 +50,7 @@ commonSources := \
	threads.c \
	sched_policy.c \
	iosched_policy.c \
	str_parms.c \
	multiuser.c
	str_parms.c

commonHostSources := \
        ashmem-host.c
@@ -125,7 +124,8 @@ LOCAL_SRC_FILES := $(commonSources) \
        mq.c \
        partition_utils.c \
        qtaguid.c \
        uevent.c
        uevent.c \
        multiuser.c

ifeq ($(TARGET_ARCH),arm)
LOCAL_SRC_FILES += arch-arm/memset32.S