diff options
author | Marshall Clow <mclow.lists@gmail.com> | 2017-06-15 14:31:11 +0000 |
---|---|---|
committer | Marshall Clow <mclow.lists@gmail.com> | 2017-06-15 14:31:11 +0000 |
commit | 3ebdbb5c80629cc153b27f1f8f401eb49bd1540c (patch) | |
tree | bf843f1ca00796ae34adb1c7642d96920f624f4c /libcxx/include/__bsd_locale_fallbacks.h | |
parent | 9464c7285026ff6b9b581471d52faafbd6e46db3 (diff) | |
download | bcm5719-llvm-3ebdbb5c80629cc153b27f1f8f401eb49bd1540c.tar.gz bcm5719-llvm-3ebdbb5c80629cc153b27f1f8f401eb49bd1540c.zip |
Add missing include to __bsd_locale_fallbacks.h. Fixes https://bugs.llvm.org/show_bug.cgi?id=33370
llvm-svn: 305469
Diffstat (limited to 'libcxx/include/__bsd_locale_fallbacks.h')
-rw-r--r-- | libcxx/include/__bsd_locale_fallbacks.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/__bsd_locale_fallbacks.h b/libcxx/include/__bsd_locale_fallbacks.h index 3425ce659b7..9489452905c 100644 --- a/libcxx/include/__bsd_locale_fallbacks.h +++ b/libcxx/include/__bsd_locale_fallbacks.h @@ -15,6 +15,7 @@ #define _LIBCPP_BSD_LOCALE_FALLBACKS_DEFAULTS_H #include <stdlib.h> +#include <stdarg.h> #include <memory> _LIBCPP_BEGIN_NAMESPACE_STD |