diff options
Diffstat (limited to 'src/internal/locale_impl.h')
-rw-r--r-- | src/internal/locale_impl.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/internal/locale_impl.h b/src/internal/locale_impl.h new file mode 100644 index 00000000..c268124f --- /dev/null +++ b/src/internal/locale_impl.h @@ -0,0 +1,5 @@ +#include <locale.h> + +struct __locale { + int dummy; +}; |