Merge "Make <sys/user.h> compile on AArch64." am: 92b23a0

am: a3b109a

* commit 'a3b109af5d2f7c49fade20ca635b701bae85e02a':
  Make <sys/user.h> compile on AArch64.

Change-Id: Ibb53b2851cb990a4797b440be9354abb71e57c43
This commit is contained in:
Josh Gao 2016-04-26 23:22:10 +00:00 committed by android-build-merger
commit a704580d77

View file

@ -31,6 +31,7 @@
#include <sys/cdefs.h>
#include <stddef.h> /* For size_t. */
#include <stdint.h>
__BEGIN_DECLS