[libcxx] r305469 - Add missing include to __bsd_locale_fallbacks.h. Fixes https://bugs.llvm.org/show_bug.cgi?id=33370

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 15 07:31:11 PDT 2017


Author: marshall
Date: Thu Jun 15 09:31:11 2017
New Revision: 305469

URL: http://llvm.org/viewvc/llvm-project?rev=305469&view=rev
Log:
Add missing include to __bsd_locale_fallbacks.h.  Fixes https://bugs.llvm.org/show_bug.cgi?id=33370

Modified:
    libcxx/trunk/include/__bsd_locale_fallbacks.h

Modified: libcxx/trunk/include/__bsd_locale_fallbacks.h
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/__bsd_locale_fallbacks.h?rev=305469&r1=305468&r2=305469&view=diff
==============================================================================
--- libcxx/trunk/include/__bsd_locale_fallbacks.h (original)
+++ libcxx/trunk/include/__bsd_locale_fallbacks.h Thu Jun 15 09:31:11 2017
@@ -15,6 +15,7 @@
 #define _LIBCPP_BSD_LOCALE_FALLBACKS_DEFAULTS_H
 
 #include <stdlib.h>
+#include <stdarg.h>
 #include <memory>
 
 _LIBCPP_BEGIN_NAMESPACE_STD




More information about the cfe-commits mailing list