aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2018-01-22 20:23:53 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-01-22 20:23:53 +0000
commit88e61da8a7f75d189ec6f79c412392179ee0356e (patch)
treeabe0bae46ea1cdf6190d23b8cf1607d630beb84f
parentc728aa312789d2ca0bad9951cca74d92221759cb (diff)
parent8583d5a7660517b3d015f305b9409079f707af4b (diff)
downloadbionic-88e61da8a7f75d189ec6f79c412392179ee0356e.tar.gz
Merge "Include what we use."
-rw-r--r--libc/private/bionic_mbstate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/private/bionic_mbstate.h b/libc/private/bionic_mbstate.h
index 292959af5..352115aa7 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