commit | aad1a39dfbdbb3cd2f9b1ba7f5c65fe68f179065 | [log] [tgz] |
---|---|---|
author | David 'Digit' Turner <digit@google.com> | Tue Nov 18 12:21:55 2014 +0100 |
committer | David 'Digit' Turner <digit@google.com> | Mon Dec 01 15:44:24 2014 +0100 |
tree | 565e3947bbf06e4c8c2fb7797ab25f0468d36f03 | |
parent | 7602628e972b90689b8f39e0c837cad28383bc2b [diff] [blame] |
libc: Fix headers to allow direct inclusion. These headers are missing a few #includes to allow their direct inclusion from C http://b.android.com/79841 Change-Id: Ifc712c17f4da70b26adb67d4d49ed659f53c3621
diff --git a/libc/include/sys/user.h b/libc/include/sys/user.h index 0e36825..b370add 100644 --- a/libc/include/sys/user.h +++ b/libc/include/sys/user.h
@@ -31,6 +31,7 @@ #include <sys/cdefs.h> #include <limits.h> /* For PAGE_SIZE. */ +#include <stddef.h> /* For size_t. */ __BEGIN_DECLS