Home | History | Annotate | Download | only in fuchsia
      1 // -*- C++ -*-
      2 //===------------------- support/fuchsia/xlocale.h ------------------------===//
      3 //
      4 //                     The LLVM Compiler Infrastructure
      5 //
      6 // This file is dual licensed under the MIT and the University of Illinois Open
      7 // Source Licenses. See LICENSE.TXT for details.
      8 //
      9 //===----------------------------------------------------------------------===//
     10 
     11 #ifndef _LIBCPP_SUPPORT_FUCHSIA_XLOCALE_H
     12 #define _LIBCPP_SUPPORT_FUCHSIA_XLOCALE_H
     13 
     14 #if defined(__Fuchsia__)
     15 
     16 #include <cstdlib>
     17 #include <cwchar>
     18 #include <support/xlocale/__posix_l_fallback.h>
     19 #include <support/xlocale/__strtonum_fallback.h>
     20 
     21 #endif // defined(__Fuchsia__)
     22 
     23 #endif // _LIBCPP_SUPPORT_FUCHSIA_XLOCALE_H
     24