commit | 92b23a0fe369528d4e807fafc755d9b506d66f0a | [log] [tgz] |
---|---|---|
author | Josh Gao <jmgao@google.com> | Tue Apr 26 23:13:48 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Apr 26 23:13:48 2016 +0000 |
tree | 811c17965fb8bb93228b62a9d829078c1e0ea0b9 | |
parent | 23e29e3be03d5226544774e2a64c924bae82e07b [diff] | |
parent | d8ca92cbff565514d249399226bd62583d73aacf [diff] |
Merge "Make <sys/user.h> compile on AArch64."
diff --git a/libc/include/sys/user.h b/libc/include/sys/user.h index 3312981..13fecf9 100644 --- a/libc/include/sys/user.h +++ b/libc/include/sys/user.h
@@ -31,6 +31,7 @@ #include <sys/cdefs.h> #include <stddef.h> /* For size_t. */ +#include <stdint.h> __BEGIN_DECLS