commit | 8583d5a7660517b3d015f305b9409079f707af4b | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Mon Jan 22 12:20:16 2018 -0800 |
committer | Dan Albert <danalbert@google.com> | Mon Jan 22 12:20:16 2018 -0800 |
tree | abe0bae46ea1cdf6190d23b8cf1607d630beb84f | |
parent | c728aa312789d2ca0bad9951cca74d92221759cb [diff] [blame] |
Include what we use. Test: mma Bug: None Change-Id: I88a23673fdad3babaaef89acd7e369419dc1ee3a
diff --git a/libc/private/bionic_mbstate.h b/libc/private/bionic_mbstate.h index 292959a..352115a 100644 --- a/libc/private/bionic_mbstate.h +++ b/libc/private/bionic_mbstate.h
@@ -29,6 +29,7 @@ #ifndef _BIONIC_MBSTATE_H #define _BIONIC_MBSTATE_H +#include <errno.h> #include <wchar.h> __BEGIN_DECLS