X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Flocale_impl.h;h=f5e4d9b4ae00313c0057414baaa270bbc4554a20;hb=8735a921d0242be0d7e6dbe0f76f79e09d4f06dd;hp=f15e1565a9d1f4399a03e451a1c57814934db82f;hpb=16bf466532d7328e971012b0731ad493b017ad29;p=musl diff --git a/src/internal/locale_impl.h b/src/internal/locale_impl.h index f15e1565..f5e4d9b4 100644 --- a/src/internal/locale_impl.h +++ b/src/internal/locale_impl.h @@ -1,3 +1,6 @@ +#ifndef _LOCALE_IMPL_H +#define _LOCALE_IMPL_H + #include #include #include "libc.h" @@ -33,3 +36,5 @@ const char *__lctrans_cur(const char *); #undef MB_CUR_MAX #define MB_CUR_MAX (CURRENT_UTF8 ? 4 : 1) + +#endif