commit | 414dd2d6b5fbbaf23423abe5cdee7f40f9d95ec1 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Oct 16 14:48:30 2024 +0000 |
committer | Elliott Hughes <enh@google.com> | Wed Oct 16 14:48:30 2024 +0000 |
tree | ca898cdffaeeb8f2e796fa4627c754c770ed227c | |
parent | 4abb16385b2e1e7af478126a10a0ed6d208bc60f [diff] [blame] |
Always include <sys/cdefs.h> first. Otherwise you can't be sure that things like __BIONIC__ work. Change-Id: Ic5e59988b69419828c3b1a97332c7e2ab58e09a1
diff --git a/libc/include/bits/bionic_multibyte_result.h b/libc/include/bits/bionic_multibyte_result.h index 0d5cf21..930e67c 100644 --- a/libc/include/bits/bionic_multibyte_result.h +++ b/libc/include/bits/bionic_multibyte_result.h
@@ -34,9 +34,10 @@ * conversion APIs defined by C. */ -#include <stddef.h> #include <sys/cdefs.h> +#include <stddef.h> + __BEGIN_DECLS /**