[libcxx-commits] [PATCH] D111239: [libcxx][AIX] Explicitly include localedef.h in locale.cpp
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 12 08:06:38 PDT 2021
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: libcxx/src/locale.cpp:28-30
+#ifdef _AIX
+#include <sys/localedef.h>
+#endif
----------------
For consistency with surrounding code.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111239/new/
https://reviews.llvm.org/D111239
More information about the libcxx-commits
mailing list